Suppression Sentry

This commit is contained in:
Anthony Dumas 2019-12-26 18:06:33 +01:00
parent 0bca29c656
commit 9ed4bc3c77
2 changed files with 1 additions and 4 deletions

View File

@ -301,7 +301,6 @@
</div>
</div>
</footer>
<script src="https://browser.sentry-cdn.com/5.9.1/bundle.min.js" integrity="sha384-/x1aHz0nKRd6zVUazsV6CbQvjJvr6zQL2CHbQZf3yoLkezyEtZUpqUNnOLW9Nt3v" crossorigin="anonymous">
</script>
<!-- Matomo -->
<script type="text/javascript">

View File

@ -14,6 +14,4 @@ $btnMail.click(function (evt) {
imageAlt: 'Custom image',
animation: false
});
});
Sentry.init({ dsn: 'https://42b2e6a9a3e8441983f6d6383fa17c1c@sentry.io/1835040' });
});