Skip to content

Commit 13d5fa6

Browse files
committed
fix: pydantic-ai should also deactivate anthropic
1 parent 8378c34 commit 13d5fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
177177
_INTEGRATION_DEACTIVATES = {
178178
"langchain": {"openai", "anthropic"},
179179
"openai_agents": {"openai"},
180-
"pydantic_ai": {"openai"},
180+
"pydantic_ai": {"openai", "anthropic"},
181181
}
182182

183183

0 commit comments

Comments
 (0)