Skip to content

Commit

Permalink
🔧 Enable sentry replay
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 11, 2024
1 parent 13ac972 commit d2b0f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,12 @@ export default {
clientIntegrations: {
/* default integrations will still be added due to deep-merge */
ReportingObserver: false, // reporting is very noisy on CSP violation.
Replay: {},
},
clientConfig: {
ignoreErrors: ['WebAssembly.instantiate'],
replaysSessionSampleRate: IS_TESTNET ? 1.0 : 0.05,
replaysOnErrorSampleRate: IS_TESTNET ? 1.0 : 1.0,
},
},
sitemap: {
Expand Down

0 comments on commit d2b0f90

Please sign in to comment.