From c3501f50607da820c4a8f3522d38ff5459bcd9ad Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 18 Jun 2023 15:41:49 +0200 Subject: [PATCH] chore(sentry): remove debug options --- vite.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index f50c8fbf3..c30214272 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -40,8 +40,6 @@ console.log(isModernBuild */ function getSentryConfig(env: ImportMetaEnv): ViteSentryPluginOptions { return { - // dryRun: true, // FIXME: remove when ready with configuring - debug: true, // FIXME: remove when ready with configuring skipEnvironmentCheck: true, url: 'https://sentry.io',