Compare commits
3 Commits
0e92cbb060
...
2837705a38
Author | SHA1 | Date | |
---|---|---|---|
2837705a38 | |||
01d3278a6a | |||
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')
|
||||||
|
@ -21,8 +21,8 @@ MGQ.interceptors.response.use(
|
|||||||
return Promise.resolve(response)
|
return Promise.resolve(response)
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
const { status } = error.response
|
// const { status } = error.response
|
||||||
console.warn('error in graphql-axios', status)
|
// console.warn('error in graphql-axios', status)
|
||||||
// if (status === 403) {
|
// if (status === 403) {
|
||||||
// window.location = '/'
|
// window.location = '/'
|
||||||
// }
|
// }
|
||||||
|
@ -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()
|
||||||
|
@ -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