Skip to content

Commit fe14e6d

Browse files
committed
chore: add MCP SDK Pydantic AI and OpenAI Agents to the list of auto enabled integrations
1 parent 2f3d023 commit fe14e6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
8989
"sentry_sdk.integrations.django.DjangoIntegration",
9090
"sentry_sdk.integrations.falcon.FalconIntegration",
9191
"sentry_sdk.integrations.fastapi.FastApiIntegration",
92+
"sentry_sdk.integrations.fastmcp.FastMCPIntegration",
9293
"sentry_sdk.integrations.flask.FlaskIntegration",
9394
"sentry_sdk.integrations.gql.GQLIntegration",
9495
"sentry_sdk.integrations.graphene.GrapheneIntegration",
@@ -100,6 +101,8 @@ def iter_default_integrations(with_auto_enabling_integrations):
100101
"sentry_sdk.integrations.litestar.LitestarIntegration",
101102
"sentry_sdk.integrations.loguru.LoguruIntegration",
102103
"sentry_sdk.integrations.openai.OpenAIIntegration",
104+
"sentry_sdk.integrations.openai_agents.OpenaiAgentsIntegration",
105+
"sentry_sdk.integrations.pydantic_ai.PydanticAIIntegration",
103106
"sentry_sdk.integrations.pymongo.PyMongoIntegration",
104107
"sentry_sdk.integrations.pyramid.PyramidIntegration",
105108
"sentry_sdk.integrations.quart.QuartIntegration",

0 commit comments

Comments
 (0)