exceptionless/Exceptionless.JavaScript

Add support for new JQuery error handler

Closed this issue · 1 comments

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.