docs(js): fix Supabase integration platform support - #19503
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/12-supabase
branch
from
September 18, 2026 10:49
b1f75fc to
53e2d13
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/12-supabase
branch
from
September 21, 2026 08:07
53e2d13 to
8516a84
Compare
mydea
force-pushed
the
guide-cat/12-supabase
branch
from
September 21, 2026 08:18
8516a84 to
1bafed4
Compare
mydea
force-pushed
the
guide-cat/12-supabase
branch
from
September 21, 2026 08:30
1bafed4 to
f201998
Compare
The Supabase integration lives in `@sentry/core` and is re-exported by every SDK (browser, node, cloudflare, bun, deno, serverless), 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 (desktop). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mydea
force-pushed
the
guide-cat/12-supabase
branch
from
September 21, 2026 09:04
f201998 to
61e58a0
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
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
The Supabase integration lives in
@sentry/coreand is re-exported by every SDK, so it is available on both browser and server platforms.supportedCategories: [browser, server](previously server only).javascript.browserkey (not a real guide slug); the browser category now covers all browser SDKs. Keepjavascript.electronexplicit.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