From e039aa2c98f760f77b5e273a21e33a7e4d519a67 Mon Sep 17 00:00:00 2001 From: zuies Date: Thu, 30 Nov 2023 18:00:13 +0300 Subject: [PATCH] revert changes on sentry.edge --- sentry.edge.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', });