exceptionless / Exceptionless.JavaScript

Exceptionless JavaScript client
http://exceptionless.com
Apache License 2.0
59 stars 24 forks source link

Add support for new JQuery error handler #55

Closed niemyjski closed 1 year ago

niemyjski commented 8 years ago

http://blog.jquery.com/2016/07/07/jquery-3-1-0-released-no-more-silent-errors/

niemyjski commented 1 year ago

We support this automatically via onError

By default it re-throws the error in a timeout so that it's logged in the console and passed to window.onerror instead of being swallowed. Overwrite this method if you want to handle such errors differently.