From 671da35eac0219ef2a8b7a091fa8a422809d1395 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Wed, 9 Sep 2026 11:39:46 +0200 Subject: [PATCH] fix(profiling-node): Bump @sentry/node-cpu-profiler to 2.4.4 The profiler only collected script resources when the legacy _sentryDebugIds global was set, so profile chunks from bundlers with native debug IDs (e.g. Turbopack) shipped with an empty debug_meta and were never symbolicated. 2.4.4 accepts the native _debugIds global too. Fixes #24202 Co-Authored-By: Claude Fable 5.1 --- packages/profiling-node/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/profiling-node/package.json b/packages/profiling-node/package.json index c6487ce74c5f..d90209c17671 100644 --- a/packages/profiling-node/package.json +++ b/packages/profiling-node/package.json @@ -50,7 +50,7 @@ "test:watch": "vitest --watch" }, "dependencies": { - "@sentry/node-cpu-profiler": "^2.4.3", + "@sentry/node-cpu-profiler": "^2.4.4", "@sentry/core": "10.67.0", "@sentry/node": "10.67.0" }, diff --git a/yarn.lock b/yarn.lock index 6ac40a9a354e..833a91e96f53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7900,10 +7900,10 @@ resolved "https://sfw.security.sentry.io/npm/@sentry/conventions/-/conventions-0.20.0.tgz#f73f6f46934d754dacef447755b5adf1bf7f3245" integrity sha512-nAL3tL+xgom6Dbuxq0NCEZZfBNIrUspjDJRcMMRl3WLiBCSeZzNCa7an48IpnrZoVMpAi2NQ2v9rFU+EQziKuQ== -"@sentry/node-cpu-profiler@^2.4.3": - version "2.4.3" - resolved "https://registry.yarnpkg.com/@sentry/node-cpu-profiler/-/node-cpu-profiler-2.4.3.tgz#1119aa07fb34672435fea3e386ade7dfe73fdf34" - integrity sha512-18g/yJKRUk4PNcnZYEPyT2nS+9UoFcTRrIrct1DbpfI7k//RtQ+8araZrR0WH5MT8xoiLCm67GEX/RcxDsI0iQ== +"@sentry/node-cpu-profiler@^2.4.4": + version "2.4.4" + resolved "https://registry.yarnpkg.com/@sentry/node-cpu-profiler/-/node-cpu-profiler-2.4.4.tgz#b275d249bd6e0c98c1e4f2ebc87acf702e6ae04d" + integrity sha512-FaYbFWxEyTTVqXLJccokJCkwx2cTuvTiRaM9kA+O4HbZVT49xYXqSV9cNLI5UqJhgdHiZDhelBd5LB4wj7IIRA== dependencies: detect-libc "^2.0.3" node-abi "^3.73.0"