Skip to content

Commit 9d1dda8

Browse files
authored
fix(js-agents-module): Fix list spacing (#15484)
### Before <img width="355" height="371" alt="Screenshot 2025-11-12 at 13 55 45" src="https://github.com/user-attachments/assets/83755d42-b85c-4c41-a792-3f85f63b1c12" /> ### After <img width="357" height="311" alt="Screenshot 2025-11-12 at 13 55 51" src="https://github.com/user-attachments/assets/119eff6a-7428-4a49-9163-9179737e46ac" />
1 parent 39e39e6 commit 9d1dda8

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

docs/platforms/javascript/common/tracing/instrumentation/ai-agents-module.mdx

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,33 +34,13 @@ As a prerequisite to setting up AI Agent Monitoring with JavaScript, you'll need
3434

3535
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.
3636

37-
<PlatformLink to="/configuration/integrations/vercelai/">
38-
- Vercel AI SDK
39-
</PlatformLink>
40-
<PlatformLink
41-
to="/configuration/integrations/openai/"
42-
notSupported={["javascript.deno"]}
43-
>
44-
- OpenAI
45-
</PlatformLink>
46-
<PlatformLink
37+
- <PlatformLink to="/configuration/integrations/vercelai/">Vercel AI SDK</PlatformLink>
38+
- <PlatformLink to="/configuration/integrations/openai/"notSupported={["javascript.deno"]}>OpenAI</PlatformLink>
39+
- <PlatformLink
4740
to="/configuration/integrations/anthropic/"
48-
notSupported={["javascript.deno"]}
49-
>
50-
- Anthropic
51-
</PlatformLink>
52-
<PlatformLink
53-
to="/configuration/integrations/google-genai/"
54-
notSupported={["javascript.deno"]}
55-
>
56-
- Google Gen AI SDK
57-
</PlatformLink>
58-
<PlatformLink
59-
to="/configuration/integrations/langchain/"
60-
notSupported={["javascript.deno"]}
61-
>
62-
- LangChain
63-
</PlatformLink>
41+
notSupported={["javascript.deno"]}>Anthropic</PlatformLink>
42+
- <PlatformLink to="/configuration/integrations/google-genai/" notSupported={["javascript.deno"]}>Google Gen AI SDK</PlatformLink>
43+
- <PlatformLink to="/configuration/integrations/langchain/" notSupported={["javascript.deno"]}>LangChain</PlatformLink>
6444

6545
## Manual Instrumentation
6646

0 commit comments

Comments
 (0)