Angular (2+) Airbrake Integration
This package provides an Angular 2+ service for logging to Airbrake.
Installation
npm install angular-airbrake
Dependencies
This module relies on the official airbrake-js
npm package. In addition, it has Angular >= 2 as a peer dependency.
Usage
Bootstrap the module
NgModule
Use the service
Let the Angular DI do all the magic for you.
;
Development
We are using Angular CLI to make things a little bearable.
npm installnpm test
Disclaimer
This project is not affiliated in anyway with Airbrake.