We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8378c34 commit 13d5fa6Copy full SHA for 13d5fa6
sentry_sdk/integrations/__init__.py
@@ -177,7 +177,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
177
_INTEGRATION_DEACTIVATES = {
178
"langchain": {"openai", "anthropic"},
179
"openai_agents": {"openai"},
180
- "pydantic_ai": {"openai"},
+ "pydantic_ai": {"openai", "anthropic"},
181
}
182
183
0 commit comments