Skip to content

Commit be9a7e7

Browse files
committed
bump pprof nodejs to v5.15.1 (#9087)
* chore(deps): bump pprof nodejs to v5.15.1 * fix coverage test
1 parent 3fe3840 commit be9a7e7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

integration-tests/profiler/allocation-profiler.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('allocation profiler', () => {
8181
const cases = [
8282
{
8383
allocationProfilingEnabled: false,
84-
sampleTypes: ['objects', 'space'],
84+
sampleTypes: ['inuse_objects', 'inuse_space'],
8585
},
8686
{
8787
allocationProfilingEnabled: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"@datadog/native-iast-taint-tracking": "4.2.0",
174174
"@datadog/native-metrics": "3.1.2",
175175
"@datadog/openfeature-node-server": "2.0.0",
176-
"@datadog/pprof": "5.15.0",
176+
"@datadog/pprof": "5.15.1",
177177
"@datadog/wasm-js-rewriter": "5.0.1",
178178
"@opentelemetry/api": ">=1.0.0 <1.10.0",
179179
"@opentelemetry/api-logs": "<1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@
281281
dependencies:
282282
"@datadog/flagging-core" "1.2.1"
283283

284-
"@datadog/pprof@5.15.0":
285-
version "5.15.0"
286-
resolved "https://registry.yarnpkg.com/@datadog/pprof/-/pprof-5.15.0.tgz#ac8c6a240a18a9b1db25dc1c492c3c5ff44eebcc"
287-
integrity sha512-ODGC3pE+NHo+rz74bWyOyFeC5GgvqA6Xzk0wIBGs8W3v+A14I5Q+Pmc7EC8etk5gE8t0hGYYwA5ymSGCljov+Q==
284+
"@datadog/pprof@5.15.1":
285+
version "5.15.1"
286+
resolved "https://registry.yarnpkg.com/@datadog/pprof/-/pprof-5.15.1.tgz#934180721351571ad75b1bce7bde406e6b519aaf"
287+
integrity sha512-4mI750tX6okNROS4YKvGQjyAQ+VqfzDqzysCytOJhL2E2ktK/q4M0PtC7j70tiirGb/fO9fjma3IMNSRLYX+xQ==
288288
dependencies:
289289
node-gyp-build "^4.8.4"
290290
pprof-format "^2.2.1"

0 commit comments

Comments
 (0)