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 3e99e0c commit 0a23adbCopy full SHA for 0a23adb
packages/node-core/src/index.ts
@@ -1,7 +1,10 @@
1
import * as logger from './logs/exports';
2
3
export { httpIntegration } from './integrations/http';
4
-export { SentryHttpInstrumentation } from './integrations/http/SentryHttpInstrumentation';
+export {
5
+ SentryHttpInstrumentation,
6
+ type SentryHttpInstrumentationOptions,
7
+} from './integrations/http/SentryHttpInstrumentation';
8
export { nativeNodeFetchIntegration } from './integrations/node-fetch';
9
10
export { nodeContextIntegration } from './integrations/context';
0 commit comments