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 781925a commit 5a3a3acCopy full SHA for 5a3a3ac
sentry_sdk/utils.py
@@ -845,7 +845,7 @@ def exceptions_from_error(
845
client_options=client_options,
846
mechanism=mechanism,
847
exception_id=exception_id,
848
- # parent_id=parent_id, TODO: why is this not set?
+ parent_id=parent_id,
849
source="__cause__",
850
full_stack=full_stack,
851
)
@@ -870,7 +870,7 @@ def exceptions_from_error(
870
871
872
873
874
source="__context__",
875
876
0 commit comments