File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ Sentry.init({
88 dsn : process . env . NEXT_PUBLIC_SENTRY_DSN ,
99
1010 // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
11- tracesSampleRate : 1 ,
11+ tracesSampleRate : 0.1 ,
12+ replaysSessionSampleRate : 0.1 ,
13+ replaysOnErrorSampleRate : 1.0 ,
1214
1315 // Enable sending user PII (Personally Identifiable Information)
1416 // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Sentry.init({
1111 integrations : [ Sentry . replayIntegration ( ) ] ,
1212
1313 // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
14- tracesSampleRate : 1 ,
14+ tracesSampleRate : 0. 1,
1515
1616 // Define how likely Replay events are sampled.
1717 // This sets the sample rate to be 10%. You may want this to be 100% while
You can’t perform that action at this time.
0 commit comments