Skip to content

Commit 8c3ac06

Browse files
authored
feat(profiling-node): Bump @sentry-internal/node-cpu-profiler to 2.4.0 (#20720)
Bumps this from 2.2.0 to 2.4.0, including the following changes: ## v2.4.0 * feat: Add Node 26 support (getsentry/sentry-javascript-profiling-node-binaries#32) ## v2.3.0 * fix: Memory leaks, integer truncation, UB, and double-stop (getsentry/sentry-javascript-profiling-node-binaries#26) * fix: Integer arithmetic for timestamps, emit elapsed_since_start_ns as string (getsentry/sentry-javascript-profiling-node-binaries#28) * fix: Dead member, capacity checks, insert perf, napi_env by value (getsentry/sentry-javascript-profiling-node-binaries#27) * chore: Replace execSync with execFileSync to prevent command injection (getsentry/sentry-javascript-profiling-node-binaries#23) * chore: Pin GitHub Actions to full-length commit SHAs (getsentry/sentry-javascript-profiling-node-binaries#24) * ci: Build Linux in container for wider glibc support (getsentry/sentry-javascript-profiling-node-binaries#16)
1 parent 4169bc6 commit 8c3ac06

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

packages/profiling-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"test:watch": "vitest --watch"
6262
},
6363
"dependencies": {
64-
"@sentry-internal/node-cpu-profiler": "^2.2.0",
64+
"@sentry-internal/node-cpu-profiler": "^2.4.0",
6565
"@sentry/core": "10.52.0",
6666
"@sentry/node": "10.52.0"
6767
},

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7686,10 +7686,10 @@
76867686
resolved "https://registry.yarnpkg.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz#60de891bb126abfdc5410fdc6166aca065f10a0c"
76877687
integrity sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==
76887688

7689-
"@sentry-internal/node-cpu-profiler@^2.2.0":
7690-
version "2.2.0"
7691-
resolved "https://registry.yarnpkg.com/@sentry-internal/node-cpu-profiler/-/node-cpu-profiler-2.2.0.tgz#0640d4aebb4d36031658ccff83dc22b76f437ede"
7692-
integrity sha512-oLHVYurqZfADPh5hvmQYS5qx8t0UZzT2u6+/68VXsFruQEOnYJTODKgU3BVLmemRs3WE6kCJjPeFdHVYOQGSzQ==
7689+
"@sentry-internal/node-cpu-profiler@^2.4.0":
7690+
version "2.4.0"
7691+
resolved "https://registry.yarnpkg.com/@sentry-internal/node-cpu-profiler/-/node-cpu-profiler-2.4.0.tgz#3f14cb7c3637b48e87056c2a5787c5e0aa90b987"
7692+
integrity sha512-zMrbqkd05LS1Ibt+js4R1aMmjdAO0yi9xiywWeulYs/bxN8P5qq20QHYleI76MorsocvYJAFo9GkYfzyzMd6Og==
76937693
dependencies:
76947694
detect-libc "^2.0.3"
76957695
node-abi "^3.73.0"
@@ -28527,7 +28527,6 @@ stylus@0.59.0, stylus@^0.59.0:
2852728527

2852828528
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2852928529
version "3.36.0"
28530-
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2853128530
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2853228531
dependencies:
2853328532
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)