Redux not sent with errors with usage of @sentry/browser

I have noticed using the new @sentry/browser that errors don’t include the redux store data like they did before with Raven.

How can I send redux along with my errors so I have more information on the error, using redux middleware.

Or is there no way to without using Raven?

There is a community maintained redux middleware that supports this:
https://github.com/vidit-sh/redux-sentry-middleware with @sentry/browser

1 Like