Skip to content

docs(js): use supportedCategories for agent-tracing pages - #19501

Closed
mydea wants to merge 2 commits into
masterfrom
guide-cat/10-agent-tracing
Closed

mydea wants to merge 2 commits into
masterfrom
guide-cat/10-agent-tracing

Conversation

@mydea

@mydea mydea commented Sep 18, 2026 •

Copy link
Copy Markdown
Member

DESCRIBE YOUR PR

Stacked PR. Part of the JavaScript guide-categories series (#19492 → #19506). Depends on #19500; review/merge bottom-up.

Replace the enumerated server-framework supported lists on the agent-tracing overview, manual-instrumentation, and Vercel AI pages with supportedCategories: [server].

  • Auto-covers every server SDK and picks up mastra, which was stale-omitted.
  • Note: the per-provider agent-tracing pages (openai/anthropic/langchain/…) are intentionally left for a follow-up.

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.
Select exactly one option. For deadlines, replace YYYY-MM-DD with the due date. You can update this information later by editing the PR description.

  • Urgent deadline (GA date, etc.): YYYY-MM-DD
  • Other deadline: YYYY-MM-DD
  • No deadline: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've supplied a deadline.

Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

🤖 Generated with Claude Code

@vercel

vercel Bot commented Sep 18, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
sentry-docs Ready Ready Preview Sep 21, 2026 9:12am UTC
1 Skipped Deployment
Project Deployment Actions Updated
develop-docs Ignored Ignored Preview Sep 21, 2026 9:12am UTC

Request Review

@mydea
mydea added this pull request to stack #19507 September 18, 2026 10:24
@github-actions github-actions Bot added the Priority: Needs Triage The PR description is missing valid priority information label Sep 18, 2026
@github-actions github-actions Bot added Priority: Normal Docs review has no urgent deadline and removed Priority: Needs Triage The PR description is missing valid priority information labels Sep 18, 2026
@mydea
mydea force-pushed the guide-cat/09-feature-flag-integrations branch from 2b51f45 to 7396c62 Compare September 18, 2026 10:49
@mydea
mydea force-pushed the guide-cat/10-agent-tracing branch from 4dddad5 to 6bb0fc8 Compare September 18, 2026 10:49
@mydea
mydea marked this pull request as ready for review September 18, 2026 10:51
@codeowner-assignment
codeowner-assignment Bot requested a review from a team September 18, 2026 10:51
Comment thread docs/platforms/javascript/common/agent-tracing/index.mdx
@mydea
mydea force-pushed the guide-cat/09-feature-flag-integrations branch from 7396c62 to efa1deb Compare September 21, 2026 08:06
@mydea
mydea force-pushed the guide-cat/10-agent-tracing branch from 6bb0fc8 to c2105c4 Compare September 21, 2026 08:07
@mydea
mydea force-pushed the guide-cat/09-feature-flag-integrations branch from efa1deb to b2dac82 Compare September 21, 2026 08:18
@mydea
mydea force-pushed the guide-cat/10-agent-tracing branch from c2105c4 to fa7b04c Compare September 21, 2026 08:18
@mydea
mydea force-pushed the guide-cat/09-feature-flag-integrations branch from b2dac82 to 82bdd86 Compare September 21, 2026 08:30
@mydea
mydea force-pushed the guide-cat/10-agent-tracing branch from fa7b04c to 084e599 Compare September 21, 2026 08:30
@mydea
mydea marked this pull request as draft September 21, 2026 09:03
Base automatically changed from guide-cat/09-feature-flag-integrations to master September 21, 2026 09:04
mydea and others added 2 commits September 21, 2026 11:04
Replace the enumerated server-framework `supported` lists on the agent-tracing
overview, manual-instrumentation, and Vercel AI pages with
`supportedCategories: [server]`. Auto-covers every server SDK and picks up
`mastra`, which was stale-omitted from the manual lists.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The AI integrations are auto-instrumented across all server runtimes
(node, deno, bun, cloudflare), so manual per-client wrapping is no longer
needed. Broaden support via categories and drop the manual sections.

- anthropic, google-genai, langchain, langgraph, openai: replace the
  enumerated `supported` lists with `supportedCategories: [server]` (deno
  included), remove the meta-framework "use manual" warnings, the
  "different runtime -> manual" alerts, the Manual Instrumentation /
  Instrument the Client sections, and openai's Cloudflare client-wrapping
  content. Automatic instrumentation now shows on every server runtime.
- index: drop the deno exclusions on the OpenAI/Anthropic/Google Gen AI/
  LangChain/LangGraph grid tiles now that they support deno.

The standalone manual-instrumentation page stays for AI libraries without
an integration; openai still links to it for full agent-tree tool spans.
flue is left as-is (node + cloudflare targets only). Mastra's agent-tracing
page was removed on master (reworked into a standalone guide).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mydea

mydea commented Sep 22, 2026

Copy link
Copy Markdown
Member Author

Superseded by #19547, which restructures Agent Tracing for v11 (moves the AI provider pages to configuration/integrations and rewrites the overview). Removing this from the guide-categories stack.

@mydea mydea closed this Sep 22, 2026
@mydea
mydea removed this pull request from stack #19507 September 22, 2026 13:07
mydea added a commit that referenced this pull request Sep 22, 2026
## DESCRIBE YOUR PR

> **Stacked PR.** Part of the JavaScript guide-categories series (#19492
→ #19506). Depends on #19501; review/merge bottom-up.

Replace the enumerated server-framework `supported` lists on server-side
integration pages (console, modules, onuncaughtexception, requestdata,
trpc, unhandledrejection) with `supportedCategories: [server]`.

- Keeps non-server platforms (electron) explicit; covers all server SDKs
including meta-frameworks and picks up stale-omitted backends.
- Only pages whose omissions were purely stale backends were converted;
Node-only integrations are handled separately.

## IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
Select exactly one option. For deadlines, replace `YYYY-MM-DD` with the
due date. You can update this information later by editing the PR
description.

- [ ] Urgent deadline (GA date, etc.): YYYY-MM-DD
- [ ] Other deadline: YYYY-MM-DD
- [x] No deadline: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
supplied a deadline.

Thanks in advance for your help!

## PRE-MERGE CHECKLIST

_Make sure you've checked the following before merging your changes:_

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)

---

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

This branch was successfully deployed

2 active (1 outdated) deployments
Preview – sentry-docs — 1a0a7c45 Deployed Sep 21, 2026 by vercel[bot]
Preview – develop-docs — 4dddad5c Deployed Sep 18, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Normal Docs review has no urgent deadline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants