✨ Setting sentry service tag
This commit is contained in:
parent
f57e2c6a52
commit
b263eb33a4
@ -30,3 +30,5 @@ Sentry.init({
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
Sentry.setTag("service", "leCoffre-front");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user