docs(js): use notSupportedCategories for browser-only integrations - #19499
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/08-browser-integrations
branch
from
September 18, 2026 10:49
7199b3a to
e6c5d05
Compare
mydea
marked this pull request as ready for review
September 18, 2026 10:50
mydea
force-pushed
the
guide-cat/08-browser-integrations
branch
from
September 21, 2026 08:06
e6c5d05 to
d72430a
Compare
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d72430a. Configure here.
Replace the enumerated backend-framework `notSupported` lists on browser-only integration pages (breadcrumbs, browserapierrors, browserprofiling, browsersession, browsertracing, contextlines, elementtiming, globalhandlers, graphqlclient, httpclient, httpcontext, modulemetadata, replay, replaycanvas, reportingobserver, webworker) and best-practices/web-workers with `notSupportedCategories: [server-only]`, keeping non-category exclusions (cordova/wasm/electron/capacitor) as explicit keys. Auto-covers all server-only SDKs and picks up the stale-omitted backend guides (effect, elysia, firebase, mastra; globalhandlers also cloudflare/deno) that were previously showing these browser-only integration docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
GlobalHandlers works in the Browser and Deno runtimes, but the `notSupportedCategories: [server-only]` switch hid it on Deno (Deno is server-only). Use a `browser` category allowlist plus an explicit `javascript.deno` entry so the page shows on browser platforms and Deno, while staying hidden on the other server runtimes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mydea
force-pushed
the
guide-cat/08-browser-integrations
branch
from
September 21, 2026 08:30
666c7ff to
bc71ecc
Compare
mydea
added a commit
that referenced
this pull request
Sep 21, 2026
…19500) ## DESCRIBE YOUR PR > **Stacked PR.** Part of the JavaScript guide-categories series (#19492 → #19506). Depends on #19499; review/merge bottom-up. Convert the feature-flag integration pages (launchdarkly, openfeature, statsig, unleash) to `notSupportedCategories: [server-only]`, keeping browser/desktop exclusions explicit. - These integrations ship in the browser bundle only. The change also makes the four pages consistent (statsig previously omitted hono/nitro). ## 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
Convert the browser-only integration pages (breadcrumbs, browserapierrors, browserprofiling, replay, contextlines, globalhandlers, webworker, …) and best-practices/web-workers to
notSupportedCategories: [server-only].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