Skip to content

Commit c1a38e8

Browse files
committed
Add deprecation notice
1 parent fbe0f54 commit c1a38e8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
[![Travis](https://img.shields.io/travis/captbaritone/raven-for-redux.svg)]() [![Codecov](https://img.shields.io/codecov/c/github/captbaritone/raven-for-redux.svg)]()
2+
.
3+
4+
# Deprecated
5+
6+
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!
27

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.
58

69
# Raven Middleware for Redux
710

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+
815
Logs the type of each dispatched action to Raven as "breadcrumbs" and attaches
916
your last action and current Redux state as additional context.
1017

0 commit comments

Comments
 (0)