Setting sentry service tag

This commit is contained in:
Maxime Lalo 2024-01-02 17:52:52 +01:00
parent f57e2c6a52
commit b263eb33a4
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. // Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false, 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. // Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false, debug: false,
}); });
Sentry.setTag("service", "leCoffre-front");