diff --git a/sentry.edge.config.ts b/sentry.edge.config.ts index d25dbd3b..b3e0bda1 100644 --- a/sentry.edge.config.ts +++ b/sentry.edge.config.ts @@ -16,5 +16,5 @@ Sentry.init({ tracesSampleRate: ENVIRONMENT === 'production' ? 0.1 : 1.0, // Setting this option to true will print useful information to the console while you're setting up Sentry. - debug: ENVIRONMENT == 'production', + debug: ENVIRONMENT !== 'production', });