From e264420afa164a44b47cca2711c2dfd2ab609a94 Mon Sep 17 00:00:00 2001 From: Vins Date: Thu, 16 May 2024 11:49:19 +0200 Subject: [PATCH] Switch to new sentry account --- src/sentry.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sentry.config.ts b/src/sentry.config.ts index a921142d..b3715ede 100644 --- a/src/sentry.config.ts +++ b/src/sentry.config.ts @@ -5,7 +5,7 @@ import Container from "typedi"; const variables = Container.get(BackendVariables); Sentry.init({ - dsn: "https://ca6a89e8b480c814e1b5828b8412c681@o4506382103281664.ingest.sentry.io/4506399972130816", + dsn: "https://d4c51d58de2447f0db61730eb6f6185f@o4507265384972288.ingest.de.sentry.io/4507265396244560", // We recommend adjusting this value in production, or using tracesSampler // for finer control @@ -13,4 +13,4 @@ Sentry.init({ environment: variables.ENV, }); -Sentry.setTag("service", "leCoffre-back"); +Sentry.setTag("service", "lecoffre-back");