Skip to content

Commit b713067

Browse files
Update sentry_sdk/integrations/__init__.py
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 18ab455 commit b713067

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
@@ -101,7 +101,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
101101
"sentry_sdk.integrations.loguru.LoguruIntegration",
102102
"sentry_sdk.integrations.mcp.MCPIntegration",
103103
"sentry_sdk.integrations.openai.OpenAIIntegration",
104-
"sentry_sdk.integrations.openai_agents.OpenaiAgentsIntegration",
104+
"sentry_sdk.integrations.openai_agents.OpenAIAgentsIntegration",
105105
"sentry_sdk.integrations.pydantic_ai.PydanticAIIntegration",
106106
"sentry_sdk.integrations.pymongo.PyMongoIntegration",
107107
"sentry_sdk.integrations.pyramid.PyramidIntegration",

0 commit comments

Comments
 (0)