feat(app): simplify vite sentry config
Some checks failed
Build and Push Docker Image / tests (push) Successful in 40s
Build and Push Docker Image / build (push) Failing after 1m9s

This commit is contained in:
Lars Hampe 2024-10-22 22:26:07 +02:00
parent 061015ccca
commit 680d7cb408

View File

@ -16,10 +16,6 @@ export default defineConfig({
sentryVitePlugin({
org: 'boringtools',
project: 'app',
authToken: process.env.SENTRY_AUTH_TOKEN,
sourcemaps: {
filesToDeleteAfterUpload: '**/*.map.*',
},
}),
],
})