{"id":22413549,"url":"https://github.com/nextfaze/angular-airbrake","last_synced_at":"2026-06-23T20:31:16.060Z","repository":{"id":57177986,"uuid":"117208504","full_name":"NextFaze/angular-airbrake","owner":"NextFaze","description":"Airbrake error reporting service for Angular 2+","archived":false,"fork":false,"pushed_at":"2018-02-15T07:42:48.000Z","size":181,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-06T06:51:58.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NextFaze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-12T07:27:22.000Z","updated_at":"2018-01-15T07:11:43.000Z","dependencies_parsed_at":"2022-09-14T02:31:11.038Z","dependency_job_id":null,"html_url":"https://github.com/NextFaze/angular-airbrake","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fangular-airbrake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fangular-airbrake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fangular-airbrake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fangular-airbrake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NextFaze","download_url":"https://codeload.github.com/NextFaze/angular-airbrake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245776890,"owners_count":20670430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T14:13:24.138Z","updated_at":"2026-06-23T20:31:16.017Z","avatar_url":"https://github.com/NextFaze.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular (2+) Airbrake Integration\n\n[![Build Status](https://travis-ci.org/NextFaze/angular-airbrake.svg?branch=master)](https://travis-ci.org/NextFaze/angular-airbrake) [![Coverage Status](https://coveralls.io/repos/github/NextFaze/angular-airbrake/badge.svg?branch=master)](https://coveralls.io/github/NextFaze/angular-airbrake?branch=master)\n\nThis package provides an Angular 2+ service for logging to Airbrake.\n\n## Installation\n\n    npm install angular-airbrake\n\n### Dependencies\n\nThis module relies on the official `airbrake-js` npm package. In addition, it has Angular \u003e= 2 as a peer dependency.\n\n## Usage\n\n### Bootstrap the module\n\n```ts\nimport { AirbrakeModule, AirbrakeService } from 'angular-airbrake'\n\nNgModule({\n    imports: [\n        AirbrakeModule.forRoot({\n            // Your Airbrake options here, follow the Airbrake documentation\n        })\n    ],\n    providers: [\n        { provide: ErrorHandler, useClass: AirbrakeService }\n    ]\n})\nexport class MyAngularApp {}\n\n```\n\n### Use the service\n\nLet the Angular DI do all the magic for you.\n\n```ts\nimport { Component } from '@angular/core'\nimport { AirbrakeService } from 'angular-airbrake';\n\n@Component(...)\nexport class MyComponent {\n\n    constructor (airbrake: AirbrakeService) {\n        airbrake.error('Logging to Airbrake!');\n    }\n}\n```\n\n## Development\n\nWe are using Angular CLI to make things a little bearable.\n\n```sh\nnpm install\nnpm test\n```\n\n## Disclaimer\n\nThis project is not affiliated in anyway with Airbrake.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fangular-airbrake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextfaze%2Fangular-airbrake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fangular-airbrake/lists"}