Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 640 Bytes

File metadata and controls

23 lines (19 loc) · 640 Bytes

AngularStacktrace

Automatic and easy error reporting for AngularJS

Dependencies

AngularJS
jQuery
Stacktrace-js

Installation

  1. Get it from bower: bower install angular-stacktrace --save
  2. Add it as a dependecy to your app: JavaScript angular.module('yourApp', ['angularStacktrace']);
  3. Configure an URL which to send reports to:
angular.module('yourApp').config(function(stacktraceProvider) {
    return stacktraceProvider.setUrl('yourUrl');
});

Inspiration & Credits

Ben nadel

License

MIT