diff --git a/.github/workflows/deploy-production.yaml b/.github/workflows/deploy-production.yaml index 73495d63..da5d2262 100644 --- a/.github/workflows/deploy-production.yaml +++ b/.github/workflows/deploy-production.yaml @@ -1,4 +1,4 @@ -name: Deploy https://madaraexplorer.com/ +name: Deploy https://starkcompass.com/ concurrency: group: ${{ github.workflow }} @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest environment: name: production - url: https://madaraexplorer.com/ + url: https://starkcompass.com/ steps: - name: Checkout diff --git a/assets/js/sentry.js b/assets/js/sentry.js index 20f17cbc..2faa1193 100644 --- a/assets/js/sentry.js +++ b/assets/js/sentry.js @@ -13,7 +13,7 @@ Sentry.init({ tracesSampleRate: 1.0, // Set `tracePropagationTargets` to control for which URLs distributed tracing should be enabled - tracePropagationTargets: ["localhost", /^https:\/\/(.*)madaraexplorer\.com/], + tracePropagationTargets: ["localhost", /^https:\/\/(.*)madaraexplorer\.com/, /^https:\/\/(.*)starkcompass\.com/], // Capture Replay for 10% of all sessions, // plus for 100% of sessions with an error