Conversation
Contributor
size-limit report 📦
|
JPeer264
added this pull request to stack #24613
September 23, 2026 06:14
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
2 times, most recently
from
September 23, 2026 08:11
99acd71 to
5eb22a2
Compare
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
2 times, most recently
from
September 23, 2026 09:49
48d16a8 to
51be7dc
Compare
JPeer264
removed this pull request from stack #24613
September 23, 2026 09:51
JPeer264
changed the base branch from
jp/node-suites-deno
to
jp/node-suites-bun-sdk-fixes
September 23, 2026 09:51
JPeer264
added this pull request to stack #24633
September 23, 2026 09:51
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
2 times, most recently
from
September 23, 2026 10:02
9fc4460 to
131b223
Compare
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
from
September 23, 2026 10:04
131b223 to
6c3bef1
Compare
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
2 times, most recently
from
September 23, 2026 12:24
686046a to
b0517c0
Compare
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
2 times, most recently
from
September 23, 2026 13:31
f58de0f to
b8c9dc6
Compare
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
from
September 23, 2026 16:19
b8c9dc6 to
f25eee7
Compare
JPeer264
removed this pull request from stack #24633
September 23, 2026 16:19
JPeer264
added this pull request to stack #24670
September 23, 2026 16:19
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
from
September 23, 2026 16:40
f25eee7 to
4739836
Compare
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
2 times, most recently
from
September 23, 2026 16:59
71f4ecd to
c7d69ba
Compare
Under `bun run` the SDK cannot inject the diagnostics channels into
libraries (JS-3508), so Bun apps must be built with `@sentry/bun/plugin`
to get framework, database and AI spans. The new `node-suites-bun-build`
project tests that path: the runner builds each scenario with the plugin
right before it starts (`RUNTIME_BUILD_SCRIPT`), and runs the bundle
with `@sentry/bun`.
The Docker suites run as well, so the Bun CI job gets the disk space
step of the Node and Deno jobs. `pg-native` and the CommonJS
`postgresjs` tests are skipped on Bun: the `libpq` addon needs a Node
symbol that Bun does not have, and through the `bun` export condition
`require('postgres')` returns the ES module namespace.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…enarios Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…enarios Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…enarios Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
JPeer264
removed this pull request from stack #24670
September 23, 2026 17:26
JPeer264
force-pushed
the
jp/node-suites-bun-build
branch
from
September 23, 2026 17:27
c7d69ba to
1a809bc
Compare
JPeer264
added this pull request to stack #24671
September 23, 2026 17:31
This branch has not been 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.
Under
bun runthe SDK cannot inject diagnostics channels into libraries (#23882), so a Bun app only gets framework, database and AI spans when it is built with@sentry/bun/plugin. That path had no integration coverage. The newnode-suites-bun-buildproject bundles each auto-instrumentation scenario with the plugin right before it starts and runs it with@sentry/bun. Express, Fastify, Hapi, Koa, Apollo, most AI suites and the Docker database suites now run on Bun.pg-nativeand the CommonJSpostgresjstests are skipped on Bun: thelibpqaddon needs a Node symbol that Bun does not have, and through thebunexport conditionrequire('postgres')returns the ES module namespace.Closes #23889.
🤖 Generated with Claude Code