openreplay/frontend/app/init/sentry.js
2021-05-01 15:12:01 +05:30

5 lines
No EOL
124 B
JavaScript

import * as Sentry from '@sentry/browser';
if (window.ENV.SENTRY_ENABLED) {
Sentry.init({ dsn: window.ENV.SENTRY_URL });
}