Skip to content

Commit f9c2f1b

Browse files
committed
feat(node-native): Upgrade @sentry-internal/node-native-stacktrace to 0.2.2 (#17207)
Although the way we pin this dep allows for patch versions, let's explicitly bump this because https://github.com/getsentry/sentry-javascript-node-native-stacktrace/releases/tag/0.2.2 includes a pretty nice fix for cross-platform timings. Thanks again to @matthew-nicholson-anrok for the contribution :)
1 parent c58e1c6 commit f9c2f1b

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

packages/node-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"build:tarball": "npm pack"
6464
},
6565
"dependencies": {
66-
"@sentry-internal/node-native-stacktrace": "^0.2.0",
66+
"@sentry-internal/node-native-stacktrace": "^0.2.2",
6767
"@sentry/core": "9.43.0",
6868
"@sentry/node": "9.43.0"
6969
},

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6867,10 +6867,10 @@
68676867
detect-libc "^2.0.3"
68686868
node-abi "^3.73.0"
68696869

6870-
"@sentry-internal/node-native-stacktrace@^0.2.0":
6871-
version "0.2.0"
6872-
resolved "https://registry.yarnpkg.com/@sentry-internal/node-native-stacktrace/-/node-native-stacktrace-0.2.0.tgz#d759d9ba62101aea46829c436aec490d4a63f9f7"
6873-
integrity sha512-MPkjcXFUaBVxbpx8whvqQu7UncriCt3nUN7uA+ojgauHF2acvSp5nJCqKM2a4KInFWNiI1AxJ6tLE7EuBJ4WBQ==
6870+
"@sentry-internal/node-native-stacktrace@^0.2.2":
6871+
version "0.2.2"
6872+
resolved "https://registry.yarnpkg.com/@sentry-internal/node-native-stacktrace/-/node-native-stacktrace-0.2.2.tgz#b32dde884642f100dd691b12b643361040825eeb"
6873+
integrity sha512-ZRS+a1Ik+w6awjp9na5vHBqLNkIxysfGDswLVAkjtVdBUxtfsEVI8OA6r8PijJC5Gm1oAJJap2e9H7TSiCUQIQ==
68746874
dependencies:
68756875
detect-libc "^2.0.4"
68766876
node-abi "^3.73.0"
@@ -6944,7 +6944,7 @@
69446944
mitt "^3.0.0"
69456945

69466946
"@sentry-internal/test-utils@link:dev-packages/test-utils":
6947-
version "9.42.1"
6947+
version "9.43.0"
69486948
dependencies:
69496949
express "^4.21.1"
69506950

@@ -7100,6 +7100,19 @@
71007100
"@sentry/cli-win32-i686" "2.50.0"
71017101
"@sentry/cli-win32-x64" "2.50.0"
71027102

7103+
7104+
version "9.42.1"
7105+
resolved "https://registry.yarnpkg.com/@sentry/cloudflare/-/cloudflare-9.42.1.tgz#8b0f74070e8c5c404e21ed0a42fe980eb5a9a5cd"
7106+
integrity sha512-StW3szcs/9jKxo6Yfkj/qcON5PN6XdVLVyTOCWKBj1d6U9uZ3ELibkVwrk6hG7Yj3Nk7khXS867WMOru1L1ZkQ==
7107+
dependencies:
7108+
"@opentelemetry/api" "^1.9.0"
7109+
"@sentry/core" "9.42.1"
7110+
7111+
7112+
version "9.42.1"
7113+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-9.42.1.tgz#d8f88d3b5ba7aa6f77374504041716496bb8fbb2"
7114+
integrity sha512-9jWgjgZ8EvIYMTL5HzG8PYRo7+/vv3qwPabPVV2EfGPOjU65GFcT7N+oitg+0rAI/fTMsLaQXC77WmKzhRBSdw==
7115+
71037116
"@sentry/rollup-plugin@^3.5.0":
71047117
version "3.5.0"
71057118
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-3.5.0.tgz#9015c48e00257f8440597167498499804371329b"

0 commit comments

Comments
 (0)