Skip to content

Commit 3551b98

Browse files
committed
fix: Undo broken logic
1 parent 24c084d commit 3551b98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ def walk_exception_chain(exc_info):
482482
while (
483483
exc_type is not None
484484
and exc_value is not None
485-
and tb is not None
486485
and id(exc_value) not in seen_exception_ids
487486
):
488487
yield exc_type, exc_value, tb

0 commit comments

Comments
 (0)