@errortracker/angular-plugin
v2.0.0
Published
Angular integration for errortracker-js
Downloads
1
Readme
@errortracker/plugin-angular
A @errortracker/js integration for Angular.
This package enables you to integrate ErrorTracker's error reporting with an Angular (v2+) application at a detailed level. It provides an implementation of the @angular/core
ErrorHandler
which you can use to capture and report unhandled errors in your app.
Reported errors will contain useful debugging info from Angular's internals, such as the component and context.
Getting started
- Create a ErrorTracker account
- Complete the instructions in the integration guide
- Report handled exceptions using
ErrorTracker.notify()
- Customize your integration using the configuration options
Support
- Check out the documentation
- Search open and closed issues for similar problems
- Report a bug or request a feature
License
This package is free software released under the MIT License. See LICENSE.txt for details.