Skip to content

Commit b5778d1

Browse files
committed
testing ci
1 parent 1bca2f6 commit b5778d1

File tree

5 files changed

+384
-387
lines changed

5 files changed

+384
-387
lines changed

LICENSE-3rdparty.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ dev,sinon,BSD-3-Clause,Copyright 2010-2017 Christian Johansen
6767
dev,sinon-chai,WTFPL and BSD-2-Clause,Copyright 2004 Sam Hocevar 2012–2017 Domenic Denicola
6868
dev,tap,ISC,Copyright 2011-2022 Isaac Z. Schlueter and Contributors
6969
dev,tape,MIT,Copyright James Halliday
70-
dev,undici,MIT,Copyright (c) Matteo Collina and Undici contributors
7170
file,aws-lambda-nodejs-runtime-interface-client,Apache 2.0,Copyright 2019 Amazon.com Inc. or its affiliates. All Rights Reserved.
7271
file,profile.proto,Apache license 2.0,Copyright 2016 Google Inc.
7372
file,is-git-url,MIT,Copyright (c) 2017 Jon Schlinkert.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
"sinon": "^15.2.0",
140140
"sinon-chai": "^3.7.0",
141141
"tap": "^16.3.7",
142-
"tape": "^5.6.5",
143-
"undici": "^6.16.0"
142+
"tape": "^5.6.5"
144143
}
145144
}

packages/datadog-instrumentations/src/undici.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const {
55
} = require('./helpers/instrument')
66
const shimmer = require('../../datadog-shimmer')
77

8-
const tracingChannel = require('dc-polyfill').tracingChannel
9-
const ch = tracingChannel('undici:fetch')
8+
const tracingChannel = require('node:diagnostics_channel')
9+
const ch = tracingChannel.tracingChannel('undici:fetch')
1010
const { createWrapFetch } = require('./helpers/fetch')
1111

1212
addHook({

0 commit comments

Comments
 (0)