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
Use the [Error Boundary](features/error-boundary/) component to automatically send errors from specific component trees to Sentry and provide a fallback UI:
145
+
Use the [`ErrorBoundary`](features/error-boundary/) component to automatically send errors from specific component trees to Sentry and provide a fallback UI:
146
146
147
147
```javascript
148
148
importReactfrom"react";
@@ -153,6 +153,12 @@ import * as Sentry from "@sentry/react";
153
153
</Sentry.ErrorBoundary>;
154
154
```
155
155
156
+
<Alertlevel="info">
157
+
To capture errors manually with your own error boundary, use the
0 commit comments