From dc5c686cbc78006507bc796ed6547d9fd0bf09e2 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 13 Feb 2024 15:32:06 -0500 Subject: [PATCH] chore: update sentry dsn --- .github/workflows/deploy.yml | 25 +++++++++++++------------ Plugin.cs | 2 +- heliosphere-plugin.csproj | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b2bedc4..e109f03 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,18 +52,19 @@ jobs: run: | echo "HS_VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV - # - name: Publish Sentry release - # uses: getsentry/action-release@v1 - # env: - # SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_RELEASE_AUTH_TOKEN }} - # SENTRY_ORG: heliosphere - # SENTRY_PROJECT: plugin - # SENTRY_URL: https://sentry.heliosphere.app/ - # with: - # environment: production - # set_commits: auto - # version: ${{ env.HS_VERSION }} - # version_prefix: 'plugin@' + - name: Publish Sentry release + uses: getsentry/action-release@v1 + continue-on-error: true + env: + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} + SENTRY_ORG: heliosphere + SENTRY_PROJECT: plugin + SENTRY_URL: https://sentry.heliosphere.app + with: + environment: production + set_commits: auto + version: ${{ env.HS_VERSION }} + version_prefix: 'plugin@' - name: Deploy env: diff --git a/Plugin.cs b/Plugin.cs index 51ff383..8149295 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -98,7 +98,7 @@ public Plugin() { PluginInterface = this.Interface!; this.Sentry = SentrySdk.Init(o => { - o.Dsn = "https://540decab4a5941f1ba826cd50b4b6efd@sentry.heliosphere.app/4"; + o.Dsn = "https://f0b33e3640b17f36b2a22099a1249efe@sentry.heliosphere.app/4"; o.EnableTracing = true; o.TracesSampleRate = 0.15f; diff --git a/heliosphere-plugin.csproj b/heliosphere-plugin.csproj index fbbf651..d988a82 100644 --- a/heliosphere-plugin.csproj +++ b/heliosphere-plugin.csproj @@ -70,7 +70,7 @@ heliosphere plugin - https://sentry.heliosphere.app/ + https://sentry.heliosphere.app true true