From 680d7cb4088a601ff7e69146a987af265bc6c05a Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Tue, 22 Oct 2024 22:26:07 +0200 Subject: [PATCH] feat(app): simplify vite sentry config --- apps/app/vite.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/app/vite.config.ts b/apps/app/vite.config.ts index aa59ec1..cd4c948 100644 --- a/apps/app/vite.config.ts +++ b/apps/app/vite.config.ts @@ -16,10 +16,6 @@ export default defineConfig({ sentryVitePlugin({ org: 'boringtools', project: 'app', - authToken: process.env.SENTRY_AUTH_TOKEN, - sourcemaps: { - filesToDeleteAfterUpload: '**/*.map.*', - }, }), ], })