Skip to content

feat(profiling-node): Bump @sentry-internal/node-cpu-profiler to 2.4.0 - #20720

Merged
mydea merged 1 commit into
developfrom
fn/bump-profiling-binaries
May 8, 2026
Merged

feat(profiling-node): Bump @sentry-internal/node-cpu-profiler to 2.4.0#20720
mydea merged 1 commit into
developfrom
fn/bump-profiling-binaries

Conversation

@mydea

@mydeamydea commented May 8, 2026

Copy link
Copy Markdown
Member

Bumps this from 2.2.0 to 2.4.0, including the following changes:

v2.4.0

v2.3.0

@mydea
mydea requested a review from a team as a code ownerMay 8, 2026 07:33

@cursorcursorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9fd3504. Configure here.

},
"dependencies": {
"@sentry-internal/node-cpu-profiler": "^2.2.0",
"@sentry-internal/node-cpu-profiler": "^2.4.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node 26 missing from supported versions check

Medium Severity

This PR bumps @sentry-internal/node-cpu-profiler to 2.4.0 specifically to add Node 26 support, but the version guard in integration.ts at line 642 still only lists [16, 18, 20, 22, 24]. Node 26 users will see a false warning claiming their version lacks prebuilt binaries, even though the bumped native package now includes them. The list and the warning message text both need to include 26.

Fix in CursorFix in Web

Reviewed by Cursor Bugbot for commit 9fd3504. Configure here.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is fine, we should bump this in a separate PR.

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser26.3 kB--
@sentry/browser - with treeshaking flags24.78 kB--
@sentry/browser (incl. Tracing)44.17 kB--
@sentry/browser (incl. Tracing + Span Streaming)46.39 kB--
@sentry/browser (incl. Tracing, Profiling)49.14 kB--
@sentry/browser (incl. Tracing, Replay)83.63 kB--
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags73.08 kB--
@sentry/browser (incl. Tracing, Replay with Canvas)88.33 kB--
@sentry/browser (incl. Tracing, Replay, Feedback)100.93 kB--
@sentry/browser (incl. Feedback)43.44 kB--
@sentry/browser (incl. sendFeedback)31.11 kB--
@sentry/browser (incl. FeedbackAsync)36.19 kB--
@sentry/browser (incl. Metrics)27.6 kB--
@sentry/browser (incl. Logs)27.73 kB--
@sentry/browser (incl. Metrics & Logs)28.43 kB--
@sentry/react28.04 kB--
@sentry/react (incl. Tracing)46.4 kB--
@sentry/vue31.18 kB--
@sentry/vue (incl. Tracing)46.02 kB--
@sentry/svelte26.32 kB--
CDN Bundle28.91 kB--
CDN Bundle (incl. Tracing)46.94 kB--
CDN Bundle (incl. Logs, Metrics)30.34 kB--
CDN Bundle (incl. Tracing, Logs, Metrics)48.04 kB--
CDN Bundle (incl. Replay, Logs, Metrics)69.46 kB--
CDN Bundle (incl. Tracing, Replay)84.13 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics)85.2 kB--
CDN Bundle (incl. Tracing, Replay, Feedback)89.94 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)91.02 kB--
CDN Bundle - uncompressed84.88 kB--
CDN Bundle (incl. Tracing) - uncompressed140.44 kB--
CDN Bundle (incl. Logs, Metrics) - uncompressed89.08 kB--
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed143.9 kB--
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed213.29 kB--
CDN Bundle (incl. Tracing, Replay) - uncompressed258.54 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed261.99 kB--
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed272.24 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed275.68 kB--
@sentry/nextjs (client)48.9 kB--
@sentry/sveltekit (client)44.64 kB--
@sentry/node-core60.48 kB+0.02%+8 B 🔺
@sentry/node165.51 kB+0.01%+9 B 🔺
@sentry/node - without tracing73.49 kB+0.01%+6 B 🔺
@sentry/aws-serverless107.64 kB+0.01%+6 B 🔺
@sentry/cloudflare (withSentry) - minified169.35 kB--
@sentry/cloudflare (withSentry)427.5 kB--

View base workflow run

@mydea
mydea merged commit 8c3ac06 into developMay 8, 2026
262 checks passed
@mydea
mydea deleted the fn/bump-profiling-binaries branch May 8, 2026 08:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mydea@JPeer264