An open API service indexing awesome lists of open source software.

https://github.com/jdewinne/angular-sentry-button-example

Example showing Angular Sentry.io integration
https://github.com/jdewinne/angular-sentry-button-example

angular sentry

Last synced: about 2 months ago
JSON representation

Example showing Angular Sentry.io integration

Awesome Lists containing this project

README

          

# angular-sentry-button-example
Example showing how to send an error in Angular to Sentry.io

Also available on [stackblitz](https://stackblitz.com/edit/angular-sentry-button-example).

## Run local
```
npm install
ng serve --open
```