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 8d60282 commit 33482e8Copy full SHA for 33482e8
packages/react/src/errorboundary.tsx
@@ -69,7 +69,6 @@ function captureReactErrorBoundaryError(error: Error & { cause?: Error }, compon
69
errorBoundaryError.stack = componentStack;
70
71
error.cause = errorBoundaryError;
72
- return captureException(error);
73
}
74
75
return captureException(error, { contexts: { react: { componentStack } } });
0 commit comments