Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
use starkcompass url in prod deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Pittella authored and Santiago Pittella committed Nov 3, 2023
1 parent bb66c74 commit 219122c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy https://madaraexplorer.com/
name: Deploy https://starkcompass.com/

concurrency:
group: ${{ github.workflow }}
Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: production
url: https://madaraexplorer.com/
url: https://starkcompass.com/
steps:

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion assets/js/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 219122c

Please sign in to comment.