Skip to content

Commit edd08f9

Browse files
HazATkamilogorek
authored andcommitted
fix: Expose getHubFromCarrier in node
1 parent c8524ff commit edd08f9

File tree

2 files changed

+239
-5
lines changed

2 files changed

+239
-5
lines changed

packages/node/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export {
1919
configureScope,
2020
} from '@sentry/minimal';
2121

22-
export { Hub, Scope } from '@sentry/hub';
22+
export { Hub, Scope, getHubFromCarrier } from '@sentry/hub';
2323

2424
export { getDefaultHub } from './hub';
2525
export { NodeBackend, NodeOptions } from './backend';

0 commit comments

Comments
 (0)