We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ab455 commit b713067Copy full SHA for b713067
sentry_sdk/integrations/__init__.py
@@ -101,7 +101,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
101
"sentry_sdk.integrations.loguru.LoguruIntegration",
102
"sentry_sdk.integrations.mcp.MCPIntegration",
103
"sentry_sdk.integrations.openai.OpenAIIntegration",
104
- "sentry_sdk.integrations.openai_agents.OpenaiAgentsIntegration",
+ "sentry_sdk.integrations.openai_agents.OpenAIAgentsIntegration",
105
"sentry_sdk.integrations.pydantic_ai.PydanticAIIntegration",
106
"sentry_sdk.integrations.pymongo.PyMongoIntegration",
107
"sentry_sdk.integrations.pyramid.PyramidIntegration",
0 commit comments