Capture and report JavaScript errors with window.onerror · Sentry

added by JavaScript Kicks
1/5/2016 1:24:48 PM

1057 Views

onerror is a special browser event that fires whenever a JavaScript error has been thrown. It's one of the easiest ways to log client-side errors and report them to your servers. It's also one of the major mechanisms by which Sentry's client JavaScript integration (raven-js) works.


0 comments