Skip to content

Commit 0a23adb

Browse files
committed
Export SentryHttpInstrumentationOptions as well
1 parent 3e99e0c commit 0a23adb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/node-core/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import * as logger from './logs/exports';
22

33
export { httpIntegration } from './integrations/http';
4-
export { SentryHttpInstrumentation } from './integrations/http/SentryHttpInstrumentation';
4+
export {
5+
SentryHttpInstrumentation,
6+
type SentryHttpInstrumentationOptions,
7+
} from './integrations/http/SentryHttpInstrumentation';
58
export { nativeNodeFetchIntegration } from './integrations/node-fetch';
69

710
export { nodeContextIntegration } from './integrations/context';

0 commit comments

Comments
 (0)