Merge branch 'feature/sentry' into staging

This commit is contained in:
Maxime Lalo 2024-01-02 17:52:58 +01:00
commit 84f4c99214
3 changed files with 6 additions and 0 deletions

View File

@ -30,3 +30,5 @@ Sentry.init({
}),
],
});
Sentry.setTag("service", "leCoffre-front");

View File

@ -16,3 +16,5 @@ Sentry.init({
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
});
Sentry.setTag("service", "leCoffre-front");

View File

@ -15,3 +15,5 @@ Sentry.init({
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
});
Sentry.setTag("service", "leCoffre-front");