ngokevin / redux-raven-middleware

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

Scrubbing State #12

Closed tysonbru closed 7 years ago

tysonbru commented 8 years ago

How do we scrub state before posting to sentry with this middleware?

ncphillips commented 7 years ago

The third argument is a middlewareOptions object. You can pass in a stateTransformer function to scrub your data.

captbaritone commented 7 years ago

I think this issue can be closed.