angular-bugsnag
angular-bugsnag copied to clipboard
Exceptions being reported as coming from angular-bugsnag
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