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

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

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