Skip to content

Commit

Permalink
🔧 Lower sentry tracing rate
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 13, 2024
1 parent e005795 commit 36c4046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ export default {
release: RELEASE,
},
tracing: {
tracesSampleRate: IS_TESTNET ? 1.0 : 0.1,
// TODO: remove health check http calls from tracing
tracesSampleRate: IS_TESTNET ? 0.01 : 0.01,
browserTracing: {},
vueOptions: {
trackComponents: true,
Expand Down

0 comments on commit 36c4046

Please sign in to comment.