1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Ignored some random iOS/Safari error so it doesn't fill up the error logs

This commit is contained in:
Jon Ziebell 2021-03-04 21:05:04 -05:00
parent 692ea2b26d
commit f1b472a8da

View File

@ -84,7 +84,8 @@ var $ = rocket.extend(rocket.$, rocket);
$.ready(function() {
if (window.environment === 'live') {
Sentry.init({
'dsn': 'https://af9fd2cf6cda49dcb93dcaf02fe39fc6@sentry.io/3736982'
'dsn': 'https://af9fd2cf6cda49dcb93dcaf02fe39fc6@sentry.io/3736982',
'ignoreErrors': ['window.webkit.messageHandlers']
});
}
(new beestat.layer.load()).render();