{"id":18865327,"url":"https://github.com/listepo/raven-angular","last_synced_at":"2026-04-19T02:02:54.935Z","repository":{"id":65482496,"uuid":"136235993","full_name":"listepo/raven-angular","owner":"listepo","description":"Raven library for Angular","archived":false,"fork":false,"pushed_at":"2018-06-10T15:33:29.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T17:36:11.853Z","etag":null,"topics":["angular","angular6","error-handling","raven","ravenjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/listepo.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-06-05T21:18:11.000Z","updated_at":"2018-06-23T20:18:55.000Z","dependencies_parsed_at":"2023-01-25T10:45:29.256Z","dependency_job_id":null,"html_url":"https://github.com/listepo/raven-angular","commit_stats":null,"previous_names":["angular-community/raven"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/listepo%2Fraven-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/listepo%2Fraven-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/listepo%2Fraven-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/listepo%2Fraven-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/listepo","download_url":"https://codeload.github.com/listepo/raven-angular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239809418,"owners_count":19700619,"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":["angular","angular6","error-handling","raven","ravenjs"],"created_at":"2024-11-08T04:46:40.995Z","updated_at":"2026-04-19T02:02:54.865Z","avatar_url":"https://github.com/listepo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raven library for Angular\n\n## Installation\n\n```bash\nnpm i @angular-community/raven \n```\nor\n\n```bash\nyarn add @angular-community/raven \n```\n### Configuration\n\n```typescript\n// [your-app-path]/src/app/app.module.ts\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\nimport { RavenModule } from '@angular-community/raven';\n\nimport { AppComponent } from './app.component';\n\n// @NgModule decorator with its metadata\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    RavenModule.forRoot('{{ DSN }}', options)\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flistepo%2Fraven-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flistepo%2Fraven-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flistepo%2Fraven-angular/lists"}