bugsnag-plugin-angular
v8.0.0
Published
Angular integration for bugsnag-js
Downloads
79
Readme
bugsnag-plugin-angular
A @bugsnag/js integration for Angular.
This package enables you to integrate Bugsnag'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 Bugsnag account
- Complete the instructions in the integration guide
- Report handled exceptions using
Bugsnag.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.