cicd: add sentry integration
This commit is contained in:
7
src/components/sentry.js
Normal file
7
src/components/sentry.js
Normal file
@ -0,0 +1,7 @@
|
||||
Sentry.init({
|
||||
dsn: 'https://b4b29557689049a39168599577adb940@sentry.startinblox.com/4',
|
||||
integrations: [new Sentry.Integrations.BrowserTracing()],
|
||||
environment: document.location.hostname,
|
||||
tracesSampleRate: 1.0,
|
||||
});
|
||||
|
Reference in New Issue
Block a user