Skip to content

Commit da4b65f

Browse files
committed
fix(integrations): add values for pydantic-ai and openai-agents to _INTEGRATION_DEACTIVATES to prohibit double span creation
1 parent 05e1bff commit da4b65f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ def iter_default_integrations(with_auto_enabling_integrations):
176176

177177
_INTEGRATION_DEACTIVATES = {
178178
"langchain": {"openai", "anthropic"},
179+
"openai_agents": {"openai"},
180+
"pydantic_ai": {"openai"},
179181
}
180182

181183

0 commit comments

Comments
 (0)