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
- Host: GitHub
- URL: https://github.com/jdewinne/angular-sentry-button-example
- Owner: jdewinne
- Created: 2019-02-15T01:44:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T23:49:07.000Z (over 2 years ago)
- Last Synced: 2025-09-10T08:38:26.810Z (10 months ago)
- Topics: angular, sentry
- Language: TypeScript
- Homepage: https://sentry.io
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```