From fc7a3ffa672fe95004a9950eb1835c447bec88c0 Mon Sep 17 00:00:00 2001 From: Iacopo Leardini Date: Wed, 6 Dec 2023 17:14:49 +0100 Subject: [PATCH] fix: Sentry DSN --- src/features/SentryWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/SentryWrapper.tsx b/src/features/SentryWrapper.tsx index 412420bb..f6cd645f 100644 --- a/src/features/SentryWrapper.tsx +++ b/src/features/SentryWrapper.tsx @@ -11,7 +11,7 @@ const SentryWrapper = ({ }) => { if (process.env.NODE_ENV !== "test") { Sentry.init({ - dsn: "https://84fe7a6107da4c0058197b52ce74743d@o1087982.ingest.sentry.io/4506337899511808", + dsn: "https://4ab6d9977b0cc2ac430e8bf49522e512@o1087982.ingest.sentry.io/4506320026664960", integrations: [ new Sentry.BrowserTracing({ routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),