Switch to new sentry account

This commit is contained in:
Vins 2024-05-16 11:49:19 +02:00
parent 17ec583553
commit e264420afa

View File

@ -5,7 +5,7 @@ import Container from "typedi";
const variables = Container.get(BackendVariables); const variables = Container.get(BackendVariables);
Sentry.init({ 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 // We recommend adjusting this value in production, or using tracesSampler
// for finer control // for finer control
@ -13,4 +13,4 @@ Sentry.init({
environment: variables.ENV, environment: variables.ENV,
}); });
Sentry.setTag("service", "leCoffre-back"); Sentry.setTag("service", "lecoffre-back");