diff --git a/app/javascript/shared/track/crisp.js b/app/javascript/shared/track/crisp.js index 55819e034..f03546df6 100644 --- a/app/javascript/shared/track/crisp.js +++ b/app/javascript/shared/track/crisp.js @@ -40,4 +40,7 @@ if (enabled) { 'session:event', [[['PAGE_VIEW', { URL: window.location.pathname }]]] ]); + + // Prevent Crisp to log warnings about Sentry overriding document.addEventListener + window.$crisp.push(['safe', true]); }