2021-02-22 20:27:58 +00:00
|
|
|
if (typeof Sentry !== 'undefined') {
|
2020-10-08 08:21:36 +00:00
|
|
|
Sentry.init({
|
|
|
|
dsn: 'https://b4b29557689049a39168599577adb940@sentry.startinblox.com/4',
|
|
|
|
integrations: [new Sentry.Integrations.BrowserTracing()],
|
|
|
|
environment: document.location.hostname,
|
2020-10-22 15:30:09 +00:00
|
|
|
tracesSampleRate: 0.2,
|
2020-10-08 08:21:36 +00:00
|
|
|
});
|
|
|
|
}
|