sentry vite plugin sourcemap fixed release.name, removed test error

This commit is contained in:
2025-03-21 23:16:55 +01:00
parent 2d9f83cfef
commit 01d3278a6a
2 changed files with 6 additions and 4 deletions

View File

@@ -23,9 +23,9 @@ export default {
created () {
this.loadContentTypeDefinition()
this.loadConcernements()
setTimeout(()=>{
throw new Error("sentry test error");
})
// setTimeout(()=>{
// throw new Error("sentry test error");
// })
},
mounted () {
console.log('APP onMounted')