angular-bugsnag icon indicating copy to clipboard operation
angular-bugsnag copied to clipboard

Exceptions being reported as coming from angular-bugsnag

Open mlopes opened this issue 10 years ago • 0 comments

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

mlopes avatar Jul 24 '14 14:07 mlopes