fix: sentry frontend enablement status

This commit is contained in:
swve 2024-08-29 20:43:04 +02:00
parent 1bc078bd0b
commit 3ee33b5c5a
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ Sentry.init({
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 0.5,
enabled: process.env.NODE_ENV === 'development',
enabled: process.env.NODE_ENV != 'development',
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,