From 4804732087de36d4f36d3fcdc5b7afcf24284197 Mon Sep 17 00:00:00 2001 From: gitworkflows <118260833+gitworkflows@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:10:46 +0600 Subject: [PATCH] Update sentry.server.config.ts Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com> --- sentry.server.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sentry.server.config.ts b/sentry.server.config.ts index 08581f6..d21a9e2 100644 --- a/sentry.server.config.ts +++ b/sentry.server.config.ts @@ -5,10 +5,10 @@ import * as Sentry from "@sentry/nextjs"; Sentry.init({ - dsn: "https://47083b227593f8ffd0f77ef4ee47f962@o4508215291740160.ingest.de.sentry.io/4508261048778832", + dsn: "https://106536ac58c0c5e885b92b2c54b23bbd@o4507943605305344.ingest.de.sentry.io/4508361669214288", // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control. - tracesSampleRate: 1, + tracesSampleRate: 0.2, // Setting this option to true will print useful information to the console while you're setting up Sentry. debug: false,