JS [object Event] error on Android in GetSentry

I am using GetSentry to monitor JS errors.

And I have an error that I cannot find / cannot reproduce ...

On many of my pages (for example, here: http://microsoft_excel.en.downloadastro.com/ ) I have an error: [object Event]

The error occurs (according to GetSentry) only on Android devices.

This is an error that I cannot reproduce on my Android or any other Android here in the office.

Please advice.

+7
javascript android sentry
source share

No one has answered this question yet.

See similar questions:

3
Can a non-string variable get into the window.onerror event handler?

or similar:

7649
How do JavaScript locks work?
7494
How to remove a specific element from an array in JavaScript?
7432
How to check if a string contains a substring in JavaScript?
7287
What does use strict do in JavaScript, and what are the reasons for this?
5722
How to remove a property from a JavaScript object?
5670
Which operator is equal (== vs ===) should be used in comparing JavaScript?
5101
What is the most efficient way to deeply clone an object in JavaScript?
4829
How to include a javascript file in another javascript file?
4380
For each array in javascript?
3714
How to check if an array contains a value in JavaScript?

All Articles