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 @@ -34,33 +34,13 @@ As a prerequisite to setting up AI Agent Monitoring with JavaScript, you'll need

The JavaScript 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="/configuration/integrations/vercelai/">
- Vercel AI SDK
</PlatformLink>
<PlatformLink
to="/configuration/integrations/openai/"
notSupported={["javascript.deno"]}
>
- OpenAI
</PlatformLink>
<PlatformLink
- <PlatformLink to="/configuration/integrations/vercelai/">Vercel AI SDK</PlatformLink>
- <PlatformLink to="/configuration/integrations/openai/"notSupported={["javascript.deno"]}>OpenAI</PlatformLink>
- <PlatformLink
to="/configuration/integrations/anthropic/"
notSupported={["javascript.deno"]}
>
- Anthropic
</PlatformLink>
<PlatformLink
to="/configuration/integrations/google-genai/"
notSupported={["javascript.deno"]}
>
- Google Gen AI SDK
</PlatformLink>
<PlatformLink
to="/configuration/integrations/langchain/"
notSupported={["javascript.deno"]}
>
- LangChain
</PlatformLink>
notSupported={["javascript.deno"]}>Anthropic</PlatformLink>
- <PlatformLink to="/configuration/integrations/google-genai/" notSupported={["javascript.deno"]}>Google Gen AI SDK</PlatformLink>
- <PlatformLink to="/configuration/integrations/langchain/" notSupported={["javascript.deno"]}>LangChain</PlatformLink>

## Manual Instrumentation

Expand Down
Loading