We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c084d commit 3551b98Copy full SHA for 3551b98
1 file changed
sentry_sdk/utils.py
@@ -482,7 +482,6 @@ def walk_exception_chain(exc_info):
482
while (
483
exc_type is not None
484
and exc_value is not None
485
- and tb is not None
486
and id(exc_value) not in seen_exception_ids
487
):
488
yield exc_type, exc_value, tb
0 commit comments