added sentry test throw error
This commit is contained in:
@@ -21,8 +21,11 @@ export default {
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this.loadContentTypeDefinition();
|
||||
this.loadContentTypeDefinition()
|
||||
this.loadConcernements()
|
||||
setTimeout(()=>{
|
||||
throw new Error("sentry test error");
|
||||
})
|
||||
},
|
||||
mounted () {
|
||||
console.log('APP onMounted')
|
||||
|
||||
Reference in New Issue
Block a user