diff --git a/docs/integrations/react.rst b/docs/integrations/react.rst index 6200fd0f60e1..6ebbede276bc 100644 --- a/docs/integrations/react.rst +++ b/docs/integrations/react.rst @@ -76,7 +76,7 @@ This will result in errors being reported twice to Sentry with the above setup, Read more about error boundaries `in this blog post `_. Redux ----------------- +----- If you use `Redux `_ there are some useful community maintained middleware packages for annotating error reports with useful information, such as store state and recent actions: @@ -84,7 +84,7 @@ for annotating error reports with useful information, such as store state and re - `ngokevin/redux-raven-middleware `_ Redux Sagas Middleware ----------------- +---------------------- If you're using `Redux Saga `_ be aware that it does not bubble errors up to the browsers uncaught exception handler.