docs(js): use supportedCategories for server integrations - #19502
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
mydea
added this pull request to stack #19507
September 18, 2026 10:24
6 tasks
mydea
force-pushed
the
guide-cat/11-server-integrations
branch
from
September 18, 2026 10:49
9e69bf4 to
ad4a400
Compare
mydea
marked this pull request as ready for review
September 18, 2026 10:51
chargome
approved these changes
Sep 21, 2026
mydea
force-pushed
the
guide-cat/11-server-integrations
branch
from
September 21, 2026 08:07
ad4a400 to
4bdd89f
Compare
mydea
force-pushed
the
guide-cat/11-server-integrations
branch
from
September 21, 2026 08:18
4bdd89f to
d47a7f6
Compare
mydea
force-pushed
the
guide-cat/11-server-integrations
branch
from
September 21, 2026 08:30
d47a7f6 to
b1d0fcc
Compare
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>
Replace the enumerated server-framework `supported` lists on server-side integration pages (console, modules, onuncaughtexception, requestdata, supabase, trpc, unhandledrejection) with `supportedCategories: [server]`, keeping non-server platforms (electron; supabase also its existing browser key) as explicit `supported` entries. These cover all server SDKs including the meta-frameworks, and pick up the stale-omitted backend guides (effect, elysia, firebase, mastra, nitro). Only pages whose omissions were purely these stale backends were converted; Node-only integrations that intentionally exclude edge runtimes (cloudflare/deno/bun) keep their explicit lists. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mydea
force-pushed
the
guide-cat/11-server-integrations
branch
from
September 21, 2026 09:04
b1d0fcc to
f77daab
Compare
mydea
removed this pull request from stack #19507
September 22, 2026 13:07
mydea
added this pull request to stack #19556
September 22, 2026 13:08
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 #19502; review/merge bottom-up. The Supabase integration lives in `@sentry/core` and is re-exported by every SDK, so it is available on both browser and server platforms. - Set `supportedCategories: [browser, server]` (previously server only). - Drop the bogus `javascript.browser` key (not a real guide slug); the browser category now covers all browser SDKs. Keep `javascript.electron` explicit. ## 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Replace the enumerated server-framework
supportedlists on server-side integration pages (console, modules, onuncaughtexception, requestdata, trpc, unhandledrejection) withsupportedCategories: [server].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-DDwith the due date. You can update this information later by editing the PR description.SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
🤖 Generated with Claude Code