We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tracesSampleRate
0.05
1 parent 3c40dba commit 16eb479Copy full SHA for 16eb479
1 file changed
apps/site/cloudflare/worker-entrypoint.ts
@@ -17,10 +17,10 @@ export default withSentry(
17
sendDefaultPii: true,
18
// Enable logs to be sent to Sentry
19
enableLogs: true,
20
- // Set tracesSampleRate to 1.0 to capture 100% of spans for tracing.
+ // Set tracesSampleRate to 0.05 to capture 5% of spans for tracing.
21
// Learn more at
22
// https://docs.sentry.io/platforms/javascript/guides/cloudflare/configuration/options/#tracesSampleRate
23
- tracesSampleRate: 1.0,
+ tracesSampleRate: 0.05,
24
}),
25
{
26
async fetch(
0 commit comments