https://github.com/ianmitchell/sentry-breadcrumb
Sentry.addBreadcrumb Example
https://github.com/ianmitchell/sentry-breadcrumb
Last synced: 8 months ago
JSON representation
Sentry.addBreadcrumb Example
- Host: GitHub
- URL: https://github.com/ianmitchell/sentry-breadcrumb
- Owner: IanMitchell
- Created: 2019-01-11T19:26:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T19:26:21.000Z (over 7 years ago)
- Last Synced: 2025-02-01T15:45:00.298Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentry Breadcrumb Example
Clone the repo, edit the Sentry key in `public/index.html`, and then run the following:
```
npm install
npm run build
serve -s build
```
Clicking some of the redux buttons and then clicking the button to trigger an error will send a report to sentry.
Expected: The report contains the redux actions as breadcrumbs
Actual: No breadcrumbs recorded