Skip to content

Commit

Permalink
Update setup-an-error-boundary-in-react.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair authored Aug 15, 2020
1 parent 1726a48 commit ca1e334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _chapters/setup-an-error-boundary-in-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ date: 2020-04-03 00:00:00
lang: en
description: In this chapter we look at how to handle unexpected errors in our React app using an Error Boundary component. It lets us catch any errors, log it to Sentry, and show a fallback UI.
code: frontend_full
comments_id:
ref: setup-an-error-boundary-in-react/1732
comments_id: setup-an-error-boundary-in-react/1732
ref: setup-an-error-boundary-in-react
---

In the previous chapter we looked at how to [report API errors to Sentry in our React app]({% link _chapters/report-api-errors-in-react.md %}). Now let's report all those unexpected errors that might happen using a [React Error Boundary](https://reactjs.org/docs/error-boundaries.html).
Expand Down

0 comments on commit ca1e334

Please sign in to comment.