Merge branch 'feature/sentry' into staging
This commit is contained in:
commit
84f4c99214
@ -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.
|
// 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");
|
||||||
|
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user