From 93916e5f1496dce6e3c558ac49ef7e484cb7bd15 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Tue, 3 Dec 2024 14:01:39 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20sentry:=20disable=20client=20tra?= =?UTF-8?q?cing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sentry.client.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry.client.config.ts b/sentry.client.config.ts index 65df7357c..3a7e3aa11 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -8,7 +8,7 @@ const SENTRY_ENVIRONMENT = process.env.SENTRY_ENVIRONMENT || process.env.NEXT_PU init({ dsn: SENTRY_DSN, environment: SENTRY_ENVIRONMENT, - tracesSampleRate: 1.0, + tracesSampleRate: 0, integrations: [new ExtraErrorData({ depth: 5 })], beforeSend, });