Change Sentry tracesSampleRate to 0.2
This commit is contained in:
parent
3b32610182
commit
44b08084e5
@ -10,7 +10,7 @@ Sentry.init({
|
||||
enabled: !!SENTRY_DSN,
|
||||
dsn: SENTRY_DSN,
|
||||
// Adjust this value in production, or use tracesSampler for greater control
|
||||
tracesSampleRate: 1.0,
|
||||
tracesSampleRate: 0.2,
|
||||
// ...
|
||||
// Note: if you want to override the automatic release value, do not set a
|
||||
// `release` value here - use the environment variable `SENTRY_RELEASE`, so
|
||||
|
@ -10,7 +10,7 @@ Sentry.init({
|
||||
enabled: !!SENTRY_DSN,
|
||||
dsn: SENTRY_DSN,
|
||||
// Adjust this value in production, or use tracesSampler for greater control
|
||||
tracesSampleRate: 1.0,
|
||||
tracesSampleRate: 0.2,
|
||||
// ...
|
||||
// Note: if you want to override the automatic release value, do not set a
|
||||
// `release` value here - use the environment variable `SENTRY_RELEASE`, so
|
||||
|
Loading…
Reference in New Issue
Block a user