feat(app): remove vite sentry sourcemap upload
This commit is contained in:
parent
680d7cb408
commit
614e29544b
@ -1,4 +1,3 @@
|
||||
import { sentryVitePlugin } from '@sentry/vite-plugin'
|
||||
import { TanStackRouterVite } from '@tanstack/router-plugin/vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import { defineConfig } from 'vite'
|
||||
@ -10,12 +9,5 @@ export default defineConfig({
|
||||
emptyOutDir: true,
|
||||
sourcemap: true,
|
||||
},
|
||||
plugins: [
|
||||
TanStackRouterVite(),
|
||||
react(),
|
||||
sentryVitePlugin({
|
||||
org: 'boringtools',
|
||||
project: 'app',
|
||||
}),
|
||||
],
|
||||
plugins: [TanStackRouterVite(), react()],
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user