diff --git a/vite.config.ts b/vite.config.ts index c6bdeb5..0a741c7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,4 +1,4 @@ -import { sentryVitePlugin } from '@sentry/vite-plugin' +// import { sentryVitePlugin } from '@sentry/vite-plugin' import { sveltekit } from '@sveltejs/kit/vite' import { defineConfig } from 'vite' import { nodePolyfills } from 'vite-plugin-node-polyfills' @@ -17,8 +17,8 @@ export default defineConfig({ }, }), sveltekit(), - sentryVitePlugin({ - release: { finalize: false }, - }), + // sentryVitePlugin({ + // release: { finalize: false }, + // }), ], })