chore(sentry): remove debug options

This commit is contained in:
kolaente 2023-06-18 15:41:49 +02:00
parent 5ca31d00ee
commit c3501f5060
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -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',