diff --git a/docs/platforms/javascript/common/tracing/instrumentation/ai-agents-module.mdx b/docs/platforms/javascript/common/tracing/instrumentation/ai-agents-module.mdx
index bec807d6a4a0b..2b659d748ec31 100644
--- a/docs/platforms/javascript/common/tracing/instrumentation/ai-agents-module.mdx
+++ b/docs/platforms/javascript/common/tracing/instrumentation/ai-agents-module.mdx
@@ -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.
-
- - Vercel AI SDK
-
-
- - OpenAI
-
-Vercel AI SDK
+- OpenAI
+-
- - Anthropic
-
-
- - Google Gen AI SDK
-
-
- - LangChain
-
+ notSupported={["javascript.deno"]}>Anthropic
+- Google Gen AI SDK
+- LangChain
## Manual Instrumentation