removed glitchtip test error

This commit is contained in:
2025-03-21 17:27:16 +01:00
parent ccbf8e9cfc
commit ed8a224885
6 changed files with 7 additions and 8 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -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,