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 d1b06c6 commit f3791ecCopy full SHA for f3791ec
sentry_sdk/utils.py
@@ -697,8 +697,7 @@ def single_exception_from_error_tuple(
697
is_root_exception = exception_id == 0
698
if not is_root_exception and parent_id is not None:
699
exception_value["mechanism"]["parent_id"] = parent_id
700
- if exception_id is not None and exception_id > 0:
701
- exception_value["mechanism"]["type"] = "chained"
+ exception_value["mechanism"]["type"] = "chained"
702
703
if is_root_exception and "type" not in exception_value["mechanism"]:
704
exception_value["mechanism"]["type"] = "generic"
0 commit comments