Sunday, July 29, 2018

Capture and Report JavaScript Errors With window.onerror

onerror is a special browser event that fires whenever an uncaught 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.

You listen to the onerror event by assigning a function to window.onerror:



from DZone.com Feed https://ift.tt/2vhipy9

No comments:

Post a Comment