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 authored Jan 18, 2024
1 parent a5a19c3 commit 16e37f3
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

1 comment on commit 16e37f3

@vercel
Copy link

@vercel vercel bot commented on 16e37f3 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.