You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentry now recommends using their new SDK `@sentry/browser` rather than Raven. Check out [redux-sentry-middleware](https://github.com/vidit-sh/redux-sentry-middleware) for an API compatible fork of this library that supports the new SDK!
2
7
3
-
_Note:_ Requires Raven >= 3.9.0. Raven 3.14.0 has [a bug](https://github.com/getsentry/raven-js/issues/925)
4
-
which this library triggers.
5
8
6
9
# Raven Middleware for Redux
7
10
11
+
_Note:_ Requires Raven >= 3.9.0. Raven 3.14.0 has [a bug](https://github.com/getsentry/raven-js/issues/925)
12
+
which this library triggers
13
+
14
+
8
15
Logs the type of each dispatched action to Raven as "breadcrumbs" and attaches
9
16
your last action and current Redux state as additional context.
0 commit comments