Skip to content

Commit

Permalink
disable auto update of source map to sentry
Browse files Browse the repository at this point in the history
this seems to block the deployment on vercel... no idea why
  • Loading branch information
zaibon committed Mar 15, 2024
1 parent 495d5df commit d04cbf2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import { purgeCss } from 'vite-plugin-tailwind-purgecss';
export default defineConfig({
plugins: [
sentrySvelteKit({
sourceMapsUploadOptions: {
org: 'zaibon',
project: 'commitkudos'
},
autoUploadSourceMaps: false,
// sourceMapsUploadOptions: {
// org: 'zaibon',
// project: 'commitkudos',
// },
adapter: 'vercel'
}),
sveltekit(),
Expand Down

0 comments on commit d04cbf2

Please sign in to comment.