cicd: fix sentry integration
This commit is contained in:
parent
a356e01026
commit
2c539947a5
@ -1,7 +1,8 @@
|
|||||||
Sentry.init({
|
if(typeof Sentry !== 'undefined') {
|
||||||
dsn: 'https://b4b29557689049a39168599577adb940@sentry.startinblox.com/4',
|
Sentry.init({
|
||||||
integrations: [new Sentry.Integrations.BrowserTracing()],
|
dsn: 'https://b4b29557689049a39168599577adb940@sentry.startinblox.com/4',
|
||||||
environment: document.location.hostname,
|
integrations: [new Sentry.Integrations.BrowserTracing()],
|
||||||
tracesSampleRate: 1.0,
|
environment: document.location.hostname,
|
||||||
});
|
tracesSampleRate: 1.0,
|
||||||
|
});
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
script(src="https://browser.sentry-cdn.com/5.24.2/bundle.tracing.min.js" integrity="sha384-Epltozh7S1cJM2hcIRDJBbqiiVpZsNlFCciHxKIAfKN8mSTa+gMivtz7glp/30Mz" crossorigin="anonymous" defer)
|
script(src="https://browser.sentry-cdn.com/5.25.0/bundle.tracing.min.js" defer)
|
||||||
script(type="module" src="/components/sentry.js" defer)
|
script(type="module" src="/components/sentry.js" defer)
|
||||||
script(type="module" src="/components/hubl-search-users.js" defer)
|
script(type="module" src="/components/hubl-search-users.js" defer)
|
||||||
script(type="module" src="/components/hubl-status.js" defer)
|
script(type="module" src="/components/hubl-status.js" defer)
|
||||||
|
Loading…
Reference in New Issue
Block a user