We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90493f8 commit 953b012Copy full SHA for 953b012
packages/core/src/index.ts
@@ -148,10 +148,7 @@ export { conversationIdIntegration } from './integrations/conversationId';
148
export { patchHttpModuleClient, patchHttpsModuleClient } from './integrations/http/client-patch';
149
export { getHttpClientSubscriptions } from './integrations/http/client-subscriptions';
150
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';
+export { HTTP_ON_CLIENT_REQUEST, HTTP_ON_SERVER_REQUEST } from './integrations/http/constants';
155
export type {
156
HttpInstrumentationOptions,
157
HttpClientRequest,
0 commit comments