activated sourcemap in prod build, activated sentry sourcemap upload to glitchtip

This commit is contained in:
2025-03-21 17:11:07 +01:00
parent e8a7c0d190
commit ccbf8e9cfc
61 changed files with 596 additions and 15 deletions

View File

@ -83,9 +83,9 @@ Sentry.init({
// replaysOnErrorSampleRate: 1.0,
})
// setTimeout(() => {
// throw new Error('Sentry Test Error')
// })
setTimeout(() => {
throw new Error('Sentry Test Error')
})
VueSentry.init({
Vue,