Skip to content

Commit af5b154

Browse files
feat(python): Mark OpenAI Agents, Google Gen AI, MCP, and Pydantic AI as auto-enabled (#16091)
Based on the [codebase](https://github.com/getsentry/sentry-python/blob/749d8e5dba904665015469d7729bab75f389e4dd/sentry_sdk/integrations/__init__.py#L67-L108) OpenAI Agents, Google Gen AI, MCP, and Pydantic AI are auto enabled, but the documentation doesn't match. Updating it.
1 parent 20811c8 commit af5b154

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/platforms/python/integrations/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ The Sentry SDK uses integrations to hook into the functionality of popular libra
4242
| | **Auto-enabled** |
4343
| --------------------------------------------------------------------------------------------------------------------------------- | :--------------: |
4444
| <LinkWithPlatformIcon platform="anthropic" label="Anthropic" url="/platforms/python/integrations/anthropic" /> ||
45-
| <LinkWithPlatformIcon platform="google-genai" label="Google Gen AI" url="/platforms/python/integrations/google-genai" /> | |
45+
| <LinkWithPlatformIcon platform="google-genai" label="Google Gen AI" url="/platforms/python/integrations/google-genai" /> | |
4646
| <LinkWithPlatformIcon platform="huggingface_hub" label="Hugging Face Hub" url="/platforms/python/integrations/huggingface_hub" /> ||
4747
| <LinkWithPlatformIcon platform="openai" label="OpenAI" url="/platforms/python/integrations/openai" /> ||
48-
| <LinkWithPlatformIcon platform="openai-agents" label="OpenAI Agents SDK" url="/platforms/python/integrations/openai-agents" /> | |
48+
| <LinkWithPlatformIcon platform="openai-agents" label="OpenAI Agents SDK" url="/platforms/python/integrations/openai-agents" /> | |
4949
| <LinkWithPlatformIcon platform="langchain" label="LangChain" url="/platforms/python/integrations/langchain" /> ||
5050
| <LinkWithPlatformIcon platform="langgraph" label="LangGraph" url="/platforms/python/integrations/langgraph" /> ||
5151
| <LinkWithPlatformIcon platform="litellm" label="LiteLLM" url="/platforms/python/integrations/litellm" /> | |
52-
| <LinkWithPlatformIcon platform="pydantic-ai" label="Pydantic AI" url="/platforms/python/integrations/pydantic-ai" /> | |
53-
| <LinkWithPlatformIcon platform="mcp" label="MCP (Model Context Protocol)" url="/platforms/python/integrations/mcp" /> | |
52+
| <LinkWithPlatformIcon platform="pydantic-ai" label="Pydantic AI" url="/platforms/python/integrations/pydantic-ai" /> | |
53+
| <LinkWithPlatformIcon platform="mcp" label="MCP (Model Context Protocol)" url="/platforms/python/integrations/mcp" /> | |
5454

5555

5656
### Data Processing

0 commit comments

Comments
 (0)