fix(sentry): don't fail the build when sentry upload fails
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-06-18 16:22:49 +02:00
parent a118580704
commit 0ca1b3a7f5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ function getSentryConfig(env: ImportMetaEnv): ViteSentryPluginOptions {
project: env.SENTRY_PROJECT,
release: VERSION,
cleanSourcemapsAfterUpload: true,
legacyErrorHandlingMode: true,
deploy: {
env: env.mode === 'production'
? 'production'