mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 09:16:23 +02:00
🔧 Reduce sentry sample rate
This commit is contained in:
parent
bd6c51f55a
commit
1844eb312f
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN;
|
|||
Sentry.init({
|
||||
dsn: SENTRY_DSN,
|
||||
// Adjust this value in production, or use tracesSampler for greater control
|
||||
tracesSampleRate: 1,
|
||||
tracesSampleRate: 0.2,
|
||||
|
||||
// Setting this option to true will print useful information to the console while you're setting up Sentry.
|
||||
debug: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue