Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ As a prerequisite to setting up AI Agent Monitoring with Python, you'll need to

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.

- <PlatformLink to="/integrations/openai-agents/">OpenAI Agents</PlatformLink>
- <PlatformLink to="/integrations/anthropic/">Anthropic</PlatformLink>
- <PlatformLink to="/integrations/openai/">OpenAI</PlatformLink>
- <PlatformLink to="/integrations/openai-agents/">
OpenAI Agents SDK
</PlatformLink>
- <PlatformLink to="/integrations/langchain/">LangChain</PlatformLink>

## Manual Instrumentation

Expand Down