chore: further lower sentry sample rate

This commit is contained in:
Paul Pan 2023-12-31 16:59:47 +08:00
parent 6aad88920d
commit 33b6009da4

View File

@ -37,7 +37,7 @@ Sentry.init({
}),
new Sentry.Replay(),
],
tracesSampleRate: 1.0,
tracesSampleRate: 0.5,
tracePropagationTargets: ["localhost"],
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,