File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ if (!process.env.SESAME_SENTRY_DSN) {
1111 debug : false ,
1212
1313 sendDefaultPii : true ,
14- tracesSampleRate : 1.0 ,
15- profilesSampleRate : 1.0 ,
14+ tracesSampleRate : 0.1 ,
15+ profilesSampleRate : 0.1 ,
1616 includeLocalVariables : true ,
17- profileSessionSampleRate : 1.0 ,
17+ profileSessionSampleRate : 0.1 ,
1818 profileLifecycle : 'trace' ,
1919 normalizeDepth : 10 ,
2020 attachStacktrace : true ,
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ if (!runtimeConfig.public?.sentry?.dsn) {
1414
1515 sendDefaultPii : true ,
1616
17- tracesSampleRate : 1.0 ,
18- profilesSampleRate : 1.0 ,
19- profileSessionSampleRate : 1.0 ,
17+ tracesSampleRate : 0.1 ,
18+ profilesSampleRate : 0.1 ,
19+ profileSessionSampleRate : 0.1 ,
2020 replaysSessionSampleRate : 0.1 ,
2121 replaysOnErrorSampleRate : 1.0 ,
2222 includeLocalVariables : true ,
You can’t perform that action at this time.
0 commit comments