From 4d7e64c48ca73161d496b7b0f7d9704ac26b4605 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 2 Feb 2021 15:50:29 +0100 Subject: [PATCH] web: adjust trace sample rate --- web/src/api/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/api/Config.ts b/web/src/api/Config.ts index ab4ca0627c..7e28086a55 100644 --- a/web/src/api/Config.ts +++ b/web/src/api/Config.ts @@ -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) {