Skip to content

Commit

Permalink
docs(error-boundary): fix links (#2586 by @frankcalise)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise committed Dec 13, 2023
1 parent 698a387 commit 872972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concept/Error-Boundary.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This allows us to show alternative UI components when an error is thrown on chil

Inside `componentDidCatch` of an `ErrorBoundary` component is also a great place to report to monitoring services like BugSnag, Sentry, or Honeybadger, so you can be alerted when errors are happening for users.

Ignite provides utilities in [`/app/utils/crash-reporting.ts`](../boilerplate/app/utils/crash-reporting.ts) to integrate these services into your app.
Ignite provides utilities in [`/app/utils/crash-reporting.ts`](https://github.com/infinitered/ignite/blob/master/boilerplate/app/utils/crash-reporting.ts) to integrate these services into your app.

## Examples

Expand Down

0 comments on commit 872972d

Please sign in to comment.