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/13-node-integrations
branch
from
September 18, 2026 10:50
bce869c to
245df10
Compare
mydea
force-pushed
the
guide-cat/13-node-integrations
branch
from
September 21, 2026 08:07
245df10 to
7215407
Compare
mydea
force-pushed
the
guide-cat/13-node-integrations
branch
from
September 21, 2026 08:18
7215407 to
3d7584c
Compare
mydea
force-pushed
the
guide-cat/13-node-integrations
branch
from
September 21, 2026 08:30
3d7584c to
ed84948
Compare
mydea
force-pushed
the
guide-cat/13-node-integrations
branch
from
September 21, 2026 09:04
ed84948 to
40d4f62
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 40d4f62. Configure here.
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
andreiborza
marked this pull request as ready for review
September 22, 2026 13:16
Rework the 26 Node auto-instrumentation integration pages to use
`supportedCategories: [server]` with the specific edge runtimes the SDK does
not support listed under `notSupported`, verified against the actual exports
in getsentry/sentry-javascript (packages/{node,bun,deno,cloudflare}).
This fixes stale hand-maintained lists in two ways:
- Node frameworks omitted from the old lists (effect, elysia, firebase,
mastra, nitro, and some meta-frameworks) now correctly show these pages.
- Bun and Deno now export most Node integrations, so pages that excluded them
were wrong; support is corrected per the SDK:
- Exclude Cloudflare only (node+bun+deno): amqplib, dataloader, genericpool,
graphql, kafka, knex, lrumemoizer, mongo, mongoose, mysql, mysql2,
postgres, redis, tedious.
- Exclude Deno+Cloudflare (node+bun): anr, http, fs, localvariables,
nodecontext, pino.
- Exclude Bun+Deno+Cloudflare (node-only/native): nodefetch,
event-loop-block, nodeprofiling, noderuntimemetrics.
- Exclude Deno (node+bun+cloudflare): prisma, prisma__v8.x.
`javascript.electron` is preserved as an explicit `supported` entry where it
was already listed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mydea
force-pushed
the
guide-cat/13-node-integrations
branch
from
September 22, 2026 13:22
40d4f62 to
9bc5ad5
Compare
mydea
marked this pull request as draft
September 22, 2026 13:24
Elysia runs on the Bun runtime (fallbackGuide: javascript.bun), so any integration not supported on Bun is likewise unsupported on Elysia. Add javascript.elysia alongside javascript.bun in notSupported for the node-only native integrations. 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
IMPORTANT: This is for v11 and should only be merged when v11 is done.
Rework the 26 Node auto-instrumentation integration pages to use
supportedCategories: [server]with the specific edge runtimes the SDK does not support listed undernotSupported, verified against the actual exports ingetsentry/sentry-javascript.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