You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Raven.install, it breaks my live debugging workflow: in Chrome Developer Tools, when an exception is thrown, the debugger breaks in raven, and the debugger does not allow allow me to go up in the callstack.
I tried to set my own handler in window.onerror, calling Raven.captureException, but I lose the breadcrumbs feature.
To get the best of both worlds, I would like an option to allow to call Raven.install without instrumenting try catch.