Skip to content

Commit 33482e8

Browse files
committed
always add react context in capture
1 parent 8d60282 commit 33482e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/errorboundary.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ function captureReactErrorBoundaryError(error: Error & { cause?: Error }, compon
6969
errorBoundaryError.stack = componentStack;
7070

7171
error.cause = errorBoundaryError;
72-
return captureException(error);
7372
}
7473

7574
return captureException(error, { contexts: { react: { componentStack } } });

0 commit comments

Comments
 (0)