Skip to content

Commit

Permalink
chore(config): adjust Sentry sample rate to more conservative level
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Jan 18, 2024
1 parent a5a19c3 commit a75429f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export const initSentry = () => {
new Sentry.BrowserTracing({
tracePropagationTargets: ['https://web3inbox-dev-hidden.vercel.app']
}),
new Sentry.Replay(),
new Sentry.Replay()
],
tracesSampleRate: 0.5,
tracesSampleRate: 0.2,
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0
})
Expand Down

0 comments on commit a75429f

Please sign in to comment.