Skip to content

Commit b5b4d63

Browse files
flip bool
1 parent 7cf1dc8 commit b5b4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/pydantic_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def setup_once() -> None:
6262
from pydantic_ai.capabilities import Hooks # type: ignore
6363
except ImportError:
6464
Hooks = None
65-
PydanticAIIntegration.are_request_hooks_available = True
65+
PydanticAIIntegration.are_request_hooks_available = False
6666

6767
if Hooks is None:
6868
_patch_graph_nodes()

0 commit comments

Comments
 (0)