Skip to content

Commit 9549847

Browse files
.
1 parent f8cc283 commit 9549847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/pydantic_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class PydanticAIIntegration(Integration):
129129

130130
identifier = "pydantic_ai"
131131
origin = f"auto.ai.{identifier}"
132-
are_request_hooks_available = True
132+
using_request_hooks = False
133133

134134
def __init__(
135135
self, include_prompts: bool = True, handled_tool_call_exceptions: bool = True

0 commit comments

Comments
 (0)