Skip to content
Snippets Groups Projects
Commit 5896d4fc authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

add sentry check

parent eca2f470
No related branches found
No related tags found
1 merge request!217add sentry check
Pipeline #7158 failed with stage
in 1 hour
......@@ -517,7 +517,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXX ON LOAD XXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
document.addEventListener("DOMContentLoaded", event => {
Sentry.init({ dsn: 'https://a95ca890079d4602a2096a64ca56c9d3@o383270.ingest.sentry.io/5213278' });
if (typeof Sentry !== 'undefined')
Sentry.init({ dsn: 'https://a95ca890079d4602a2096a64ca56c9d3@o383270.ingest.sentry.io/5213278' });
window.addEventListener('requestNavigation', function(e) {
setTimeout(function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment