Skip to content

Commit 953b012

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! feat(http): portable node:http client instrumentation (#20393)
1 parent 90493f8 commit 953b012

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,7 @@ export { conversationIdIntegration } from './integrations/conversationId';
148148
export { patchHttpModuleClient, patchHttpsModuleClient } from './integrations/http/client-patch';
149149
export { getHttpClientSubscriptions } from './integrations/http/client-subscriptions';
150150
export { addOutgoingRequestBreadcrumb } from './integrations/http/add-outgoing-request-breadcrumb';
151-
export {
152-
HTTP_ON_CLIENT_REQUEST,
153-
HTTP_ON_SERVER_REQUEST,
154-
} from './integrations/http/constants';
151+
export { HTTP_ON_CLIENT_REQUEST, HTTP_ON_SERVER_REQUEST } from './integrations/http/constants';
155152
export type {
156153
HttpInstrumentationOptions,
157154
HttpClientRequest,

0 commit comments

Comments
 (0)