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:
parent
692ea2b26d
commit
f1b472a8da
@ -84,7 +84,8 @@ var $ = rocket.extend(rocket.$, rocket);
|
|||||||
$.ready(function() {
|
$.ready(function() {
|
||||||
if (window.environment === 'live') {
|
if (window.environment === 'live') {
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
'dsn': 'https://af9fd2cf6cda49dcb93dcaf02fe39fc6@sentry.io/3736982'
|
'dsn': 'https://af9fd2cf6cda49dcb93dcaf02fe39fc6@sentry.io/3736982',
|
||||||
|
'ignoreErrors': ['window.webkit.messageHandlers']
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
(new beestat.layer.load()).render();
|
(new beestat.layer.load()).render();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user