We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8290186 commit ba7b2d4Copy full SHA for ba7b2d4
sentry_sdk/integrations/pydantic_ai/patches/graph_nodes.py
@@ -53,7 +53,7 @@ def _patch_graph_nodes() -> None:
53
"""
54
55
# Patch ModelRequestNode to create ai_client spans
56
- original_model_request_run = ModelRequestNode._make_request
+ original_model_request_run = ModelRequestNode.run
57
58
@wraps(original_model_request_run)
59
async def wrapped_model_request_run(self: "Any", ctx: "Any") -> "Any":
0 commit comments