Skip to content

Commit ab2976c

Browse files
authored
docs(ai): Update AI agent integrations list (#14769)
Added links for Anthropic, OpenAI, OpenAI Agents SDK, and LangChain to the Python SDK documentation for AI Agent Monitoring
1 parent 4a63983 commit ab2976c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/platforms/python/tracing/instrumentation/custom-instrumentation/ai-agents-module.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ As a prerequisite to setting up AI Agent Monitoring with Python, you'll need to
1212

1313
The Python SDK supports automatic instrumentation for some AI libraries. We recommend adding their integrations to your Sentry configuration to automatically capture spans for AI agents.
1414

15-
- <PlatformLink to="/integrations/openai-agents/">OpenAI Agents</PlatformLink>
15+
- <PlatformLink to="/integrations/anthropic/">Anthropic</PlatformLink>
16+
- <PlatformLink to="/integrations/openai/">OpenAI</PlatformLink>
17+
- <PlatformLink to="/integrations/openai-agents/">
18+
OpenAI Agents SDK
19+
</PlatformLink>
20+
- <PlatformLink to="/integrations/langchain/">LangChain</PlatformLink>
1621

1722
## Manual Instrumentation
1823

0 commit comments

Comments
 (0)