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 c940e5e commit f006d6fCopy full SHA for f006d6f
sentry_sdk/utils.py
@@ -820,7 +820,7 @@ def exceptions_from_error(
820
client_options=client_options,
821
mechanism=mechanism,
822
exception_id=exception_id,
823
- # parent_id=parent_id, TODO: why is this not set?
+ parent_id=parent_id,
824
source="__cause__",
825
full_stack=full_stack,
826
)
@@ -845,7 +845,7 @@ def exceptions_from_error(
845
846
847
848
849
source="__context__",
850
851
0 commit comments