ngokevin / redux-raven-middleware

:bird: Redux middleware for sending error reports to Sentry through raven-js.
MIT License
227 stars 25 forks source link

More concise breadcrumb props for redux actions #10

Closed benvinegar closed 8 years ago

benvinegar commented 8 years ago

Before:

image

After:

image

This also makes it possible to filter on redux items in the Sentry UI (can currently search on category/message, but not nested object key/values):

image

See also: Sentry's breadcrumbs client API spec