Skip to content

Commit 18b93f6

Browse files
committed
fixup! feat(http): refactor node:http client instrumentation for portability
1 parent fba1580 commit 18b93f6

File tree

1 file changed

+0
-1
lines changed
  • dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-strip-query

1 file changed

+0
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-strip-query/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ test('strips and handles query params in spans of outgoing fetch requests', asyn
2222
data: {
2323
url: `${SERVER_URL}/api/v0/users`,
2424
'url.full': `${SERVER_URL}/api/v0/users?id=1`,
25-
'http.url': `${SERVER_URL}/api/v0/users?id=1`,
2625
'url.path': '/api/v0/users',
2726
'url.query': '?id=1',
2827
'url.scheme': 'http',

0 commit comments

Comments
 (0)