feat(app): simplify vite sentry config
This commit is contained in:
parent
061015ccca
commit
680d7cb408
@ -16,10 +16,6 @@ export default defineConfig({
|
|||||||
sentryVitePlugin({
|
sentryVitePlugin({
|
||||||
org: 'boringtools',
|
org: 'boringtools',
|
||||||
project: 'app',
|
project: 'app',
|
||||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
|
||||||
sourcemaps: {
|
|
||||||
filesToDeleteAfterUpload: '**/*.map.*',
|
|
||||||
},
|
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user