feat(profiling-node): Bump @sentry-internal/node-cpu-profiler to 2.4.0#20720
feat(profiling-node): Bump @sentry-internal/node-cpu-profiler to 2.4.0#20720
@sentry-internal/node-cpu-profiler to 2.4.0#20720Conversation
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 9fd3504. Configure here.
| }, | ||
| "dependencies": { | ||
| "@sentry-internal/node-cpu-profiler": "^2.2.0", | ||
| "@sentry-internal/node-cpu-profiler": "^2.4.0", |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 9fd3504. Configure here.
There was a problem hiding this comment.
this is fine, we should bump this in a separate PR.
size-limit report 📦
|


Bumps this from 2.2.0 to 2.4.0, including the following changes:
v2.4.0
v2.3.0