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
I'm trying to use angular-bugsnag, and throwing exceptions causes them to be reported as coming from the angular-bugsnag exception handler.
Example doing throw from a controller in the login.js file:
Hi,
I'm trying to use angular-bugsnag, and throwing exceptions causes them to be reported as coming from the angular-bugsnag exception handler.
Example doing throw from a controller in the login.js file:
throw "Testing throw again";
On bugsnag I see the error as happening here:
app/components/angular-bugsnag/dist/angular-bugsnag.js:78:40
Any clues of what can be wrong here?
Thanks,
Marco Lopes
The text was updated successfully, but these errors were encountered: