We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf1dc8 commit b5b4d63Copy full SHA for b5b4d63
sentry_sdk/integrations/pydantic_ai/__init__.py
@@ -62,7 +62,7 @@ def setup_once() -> None:
62
from pydantic_ai.capabilities import Hooks # type: ignore
63
except ImportError:
64
Hooks = None
65
- PydanticAIIntegration.are_request_hooks_available = True
+ PydanticAIIntegration.are_request_hooks_available = False
66
67
if Hooks is None:
68
_patch_graph_nodes()
0 commit comments