We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb46ad commit c2c71dfCopy full SHA for c2c71df
dev-packages/e2e-tests/test-applications/sveltekit/vite.config.js
@@ -1,4 +1,3 @@
1
-import { version } from '$app/environment';
2
import { sentrySvelteKit } from '@sentry/sveltekit';
3
import { sveltekit } from '@sveltejs/kit/vite';
4
import { defineConfig } from 'vite';
@@ -7,9 +6,6 @@ export default defineConfig({
7
6
plugins: [
8
sentrySvelteKit({
9
autoUploadSourceMaps: false,
10
- sourceMapsUploadOptions: {
11
- release: version,
12
- },
13
}),
14
sveltekit(),
15
],
0 commit comments