Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/integrations/react.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ This will result in errors being reported twice to Sentry with the above setup,
Read more about error boundaries `in this blog post <https://blog.sentry.io/2017/09/28/react-16-error-boundaries>`_.

Redux
----------------
-----
If you use `Redux <https://github.com/reactjs/redux>`_ there are some useful community maintained middleware packages
for annotating error reports with useful information, such as store state and recent actions:

- `captbaritone/raven-for-redux <https://github.com/captbaritone/raven-for-redux>`_
- `ngokevin/redux-raven-middleware <https://github.com/ngokevin/redux-raven-middleware>`_

Redux Sagas Middleware
----------------
----------------------
If you're using `Redux Saga <https://github.com/redux-saga/redux-saga>`_ be
aware that it does not bubble errors up to the browsers uncaught exception handler.

Expand Down