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 () {
|
||||
this.loadContentTypeDefinition()
|
||||
this.loadConcernements()
|
||||
setTimeout(()=>{
|
||||
throw new Error("sentry test error");
|
||||
})
|
||||
// setTimeout(()=>{
|
||||
// throw new Error("sentry test error");
|
||||
// })
|
||||
},
|
||||
mounted () {
|
||||
console.log('APP onMounted')
|
||||
|
@ -22,7 +22,9 @@ export default defineConfig({
|
||||
org: "figures-libres",
|
||||
project: "atlas-atterrissage.com",
|
||||
authToken: process.env.AUTH_TOKEN,
|
||||
release: "ouatterrir",
|
||||
release: {
|
||||
name: "ouatterrir",
|
||||
},
|
||||
url: "https://frontlog.figli.io",
|
||||
})
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user