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
Copy file name to clipboardExpand all lines: docs/integrations/react.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ At this point, Raven is ready to capture any uncaught exception.
24
24
25
25
Expanded Usage
26
26
--------------
27
-
If you're using React 16 or above, `Error Boundaries <https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html>`_
28
-
are an important tool for defining the behavior of your application in the face of errors. Be sure to send errors they catch to
27
+
If you're using React 16 or above, `Error Boundaries <https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html>`_
28
+
are an important tool for defining the behavior of your application in the face of errors. Be sure to send errors they catch to
29
29
Sentry using ``Raven.captureException``, and optionally this is also a great opportunity to surface `User Feedback <https://docs.sentry.io/learn/user-feedback/>`_
30
30
31
31
.. code-block:: javascript
@@ -35,7 +35,7 @@ Sentry using ``Raven.captureException``, and optionally this is also a great opp
0 commit comments