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 1ab3b3f commit b49ba94Copy full SHA for b49ba94
docs/platforms/javascript/guides/react-router/index.mdx
@@ -364,7 +364,7 @@ export default wrapSentryHandleRequest(handleRequest);
364
</Expandable>
365
366
<Expandable title="Do you need to customize your handleError function?">
367
- If you need to update the logic of your `handleError` function you'll need to capture errors manually:
+ If you have custom logic in your `handleError` function, you'll need to capture errors manually:
368
369
```tsx {12}
370
import {
0 commit comments