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 caffb8a commit 36cd2c4Copy full SHA for 36cd2c4
sentry_sdk/utils.py
@@ -672,8 +672,7 @@ def single_exception_from_error_tuple(
672
is_root_exception = exception_id == 0
673
if not is_root_exception and parent_id is not None:
674
exception_value["mechanism"]["parent_id"] = parent_id
675
- if exception_id is not None and exception_id > 0:
676
- exception_value["mechanism"]["type"] = "chained"
+ exception_value["mechanism"]["type"] = "chained"
677
678
if is_root_exception and "type" not in exception_value["mechanism"]:
679
exception_value["mechanism"]["type"] = "generic"
0 commit comments