Skip to content

Commit c9627af

Browse files
committed
remove unused imports
1 parent e3e008e commit c9627af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/node-core/src/utils/outgoingHttpRequest.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ import {
77
getSanitizedUrlString,
88
getTraceData,
99
isError,
10-
objectToBaggageHeader,
11-
parseBaggageHeader,
1210
parseUrl,
13-
SENTRY_BAGGAGE_KEY_PREFIX,
1411
shouldPropagateTraceForUrl,
1512
} from '@sentry/core';
1613
import type { ClientRequest, IncomingMessage, RequestOptions } from 'http';

0 commit comments

Comments
 (0)