Skip to content

SteefTheBeef/angular-stacktrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published