web: adjust trace sample rate

This commit is contained in:
Jens Langhammer 2021-02-02 15:50:29 +01:00
parent 3d112e7688
commit 4d7e64c48c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export class Config {
dsn: "https://a579bb09306d4f8b8d8847c052d3a1d3@sentry.beryju.org/8",
release: `authentik@${VERSION}`,
integrations: [new Integrations.BrowserTracing()],
tracesSampleRate: 1.0,
tracesSampleRate: 0.6,
environment: config.error_reporting_environment,
beforeSend(event: Sentry.Event, hint: Sentry.EventHint) {
if (hint.originalException instanceof SentryIgnoredError) {