hubl/src/components/sentry.js

7 lines
234 B
JavaScript
Raw Normal View History

2020-10-08 08:07:00 +00:00
Sentry.init({
dsn: 'https://b4b29557689049a39168599577adb940@sentry.startinblox.com/4',
integrations: [new Sentry.Integrations.BrowserTracing()],
environment: document.location.hostname,
tracesSampleRate: 1.0,
});