sentry vite plugin sourcemap fixed release.name, removed test error
This commit is contained in:
parent
2d9f83cfef
commit
01d3278a6a
@ -23,9 +23,9 @@ export default {
|
|||||||
created () {
|
created () {
|
||||||
this.loadContentTypeDefinition()
|
this.loadContentTypeDefinition()
|
||||||
this.loadConcernements()
|
this.loadConcernements()
|
||||||
setTimeout(()=>{
|
// setTimeout(()=>{
|
||||||
throw new Error("sentry test error");
|
// throw new Error("sentry test error");
|
||||||
})
|
// })
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
console.log('APP onMounted')
|
console.log('APP onMounted')
|
||||||
|
@ -22,7 +22,9 @@ export default defineConfig({
|
|||||||
org: "figures-libres",
|
org: "figures-libres",
|
||||||
project: "atlas-atterrissage.com",
|
project: "atlas-atterrissage.com",
|
||||||
authToken: process.env.AUTH_TOKEN,
|
authToken: process.env.AUTH_TOKEN,
|
||||||
release: "ouatterrir",
|
release: {
|
||||||
|
name: "ouatterrir",
|
||||||
|
},
|
||||||
url: "https://frontlog.figli.io",
|
url: "https://frontlog.figli.io",
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user