Skip to content

Commit 775ef0e

Browse files
authored
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 58cf305 commit 775ef0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.40.0",
6868
"@sentry/node": "9.40.0"
6969
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6847,10 +6847,10 @@
68476847
detect-libc "^2.0.3"
68486848
node-abi "^3.73.0"
68496849

6850-
"@sentry-internal/node-native-stacktrace@^0.2.0":
6851-
version "0.2.0"
6852-
resolved "https://registry.yarnpkg.com/@sentry-internal/node-native-stacktrace/-/node-native-stacktrace-0.2.0.tgz#d759d9ba62101aea46829c436aec490d4a63f9f7"
6853-
integrity sha512-MPkjcXFUaBVxbpx8whvqQu7UncriCt3nUN7uA+ojgauHF2acvSp5nJCqKM2a4KInFWNiI1AxJ6tLE7EuBJ4WBQ==
6850+
"@sentry-internal/node-native-stacktrace@^0.2.2":
6851+
version "0.2.2"
6852+
resolved "https://registry.yarnpkg.com/@sentry-internal/node-native-stacktrace/-/node-native-stacktrace-0.2.2.tgz#b32dde884642f100dd691b12b643361040825eeb"
6853+
integrity sha512-ZRS+a1Ik+w6awjp9na5vHBqLNkIxysfGDswLVAkjtVdBUxtfsEVI8OA6r8PijJC5Gm1oAJJap2e9H7TSiCUQIQ==
68546854
dependencies:
68556855
detect-libc "^2.0.4"
68566856
node-abi "^3.73.0"

0 commit comments

Comments
 (0)