From bf3f1634fadb06d3976ad688d0398553b6bdd03b Mon Sep 17 00:00:00 2001 From: Axel Ekwall Date: Thu, 12 Dec 2024 13:31:53 +0100 Subject: [PATCH] fix: remove sentry config from vite file --- vite.config.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 3d823c22..70d1536b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,12 +7,7 @@ import { webSocketServer } from './webSocketPluginVite' export default defineConfig({ plugins: [ - sentrySvelteKit({ - sourceMapsUploadOptions: { - org: 'prototyp-vm', - project: 'taco', - }, - }), + sentrySvelteKit(), sveltekit(), webSocketServer, mjmlPluginVite(),