question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Old browsers cause [object Event] to be logged

See original GitHub issue

Just as described in this thread on Stack Overflow, certain events sent to window.onerror will cause [object Event] to be logged as the message and not much else. It would be neat if Sentry could detect these ancient Event objects and dig out some details from them so what is logged to Sentry is something intelligible we can act upon and attempt to fix.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:13
  • Comments:50 (16 by maintainers)

github_iconTop GitHub Comments

13reactions
benvinegarcommented, Feb 17, 2016

@rollokb – any news on this?

5reactions
dani3lcommented, Jun 16, 2016

I got hundreds of those today from Facebook Browser v80 on Android 4. That is not really old, is it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

4663(S) An attempt was made to access an object
This event indicates that a specific operation was performed on an object. The object could be a file system, kernel, or registry object, ......
Read more >
Handling common JavaScript problems - MDN Web Docs
Now we'll look at common cross-browser JavaScript problems and how to fix ... The console.log() output shows that the superHeroes object ...
Read more >
How to find out which JavaScript events fired? - Stack Overflow
getEventListeners(object ) returns the event listeners registered on the specified ... From there you will see the selected events logged to the console....
Read more >
Page: DOMContentLoaded, load, beforeunload, unload
DOMContentLoaded – the browser fully loaded HTML, and the DOM tree is built, ... The DOMContentLoaded event happens on the document object.
Read more >
The 10 Most Common JavaScript Issues Developers Face
A traditional, old-browser-compliant solution is to simply save your reference ... Create a 1MB object someMethod: function () { console.log(someMessage); } ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found