File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ This will result in errors being reported twice to Sentry with the above setup,
7676 Read more about error boundaries `in this blog post <https://blog.sentry.io/2017/09/28/react-16-error-boundaries >`_.
7777
7878Redux
79- ----------------
79+ -----
8080If you use `Redux <https://github.com/reactjs/redux >`_ there are some useful community maintained middleware packages
8181for annotating error reports with useful information, such as store state and recent actions:
8282
8383- `captbaritone/raven-for-redux <https://github.com/captbaritone/raven-for-redux >`_
8484- `ngokevin/redux-raven-middleware <https://github.com/ngokevin/redux-raven-middleware >`_
8585
8686Redux Sagas Middleware
87- ----------------
87+ ----------------------
8888If you're using `Redux Saga <https://github.com/redux-saga/redux-saga >`_ be
8989aware that it does not bubble errors up to the browsers uncaught exception handler.
9090
You can’t perform that action at this time.
0 commit comments