Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Sep 16, 2024
1 parent 71949d6 commit 7877fd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -17,8 +17,8 @@ export default defineConfig({
},
}),
sveltekit(),
sentryVitePlugin({
release: { finalize: false },
}),
// sentryVitePlugin({
// release: { finalize: false },
// }),
],
})

0 comments on commit 7877fd4

Please # to comment.