added sentry test throw error
This commit is contained in:
parent
0e92cbb060
commit
2d9f83cfef
@ -21,8 +21,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
this.loadContentTypeDefinition();
|
this.loadContentTypeDefinition()
|
||||||
this.loadConcernements()
|
this.loadConcernements()
|
||||||
|
setTimeout(()=>{
|
||||||
|
throw new Error("sentry test error");
|
||||||
|
})
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
console.log('APP onMounted')
|
console.log('APP onMounted')
|
||||||
|
@ -37,7 +37,7 @@ Sentry.init({
|
|||||||
tracesSampleRate: 0.01,
|
tracesSampleRate: 0.01,
|
||||||
normalizeDepth: 10, // Or however deep you want your state context to be.
|
normalizeDepth: 10, // Or however deep you want your state context to be.
|
||||||
environment: "prod",
|
environment: "prod",
|
||||||
release : '1'
|
// release : '1'
|
||||||
});
|
});
|
||||||
|
|
||||||
const pinia = createPinia()
|
const pinia = createPinia()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user