angular-bugsnag
angular-bugsnag copied to clipboard
Angular wrapper for 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...
Dear @wmluke , I am using bugsnag and it is very helpful wrapper for bugsnag. However I am facing issue for setting autonotify to false. Giving value false in boolean,...
I've got a `throw "TEST";` line in my Angular code in a controller and it successfully notifies Bugsnag the first time that page is seen, but not after that. I...
Could you add the following code as index.js in the project root ``` require('./dist/angular-bugsnag'); module.exports = 'angular-bugsnag'; ``` This will make your package browserify ready to use like... ``` angular.module('myapp',...
@wmluke, Is it possible to publish this package on npm as well?
Hi Folks, As much as I valued and enjoyed Bugsnag, I haven't been using it on any of my projects lately. I happy to remain involved in the project, but...