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.
- Create a Bugsnag account
- Complete the instructions in the integration guide
- Report handled exceptions using
Bugsnag.notify()
- Customize your integration using the configuration options
- Check out the documentation
- Search open and closed issues for similar problems
- Report a bug or request a feature
This package is free software released under the MIT License. See LICENSE.txt for details.