We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5926f8b commit d93c8d1Copy full SHA for d93c8d1
platform-includes/getting-started-config/javascript.react-router.mdx
@@ -36,7 +36,7 @@ startTransition(() => {
36
});
37
```
38
39
-Now, update your `app/root.tsx` file to include a report any unhandled errors from your error boundary:
+Now, update your `app/root.tsx` file to report any unhandled errors from your error boundary:
40
41
```tsx {filename: app/root.tsx} {14,15}
42
import * as Sentry from "@sentry/react";
0 commit comments