Skip to content

Commit 3996e3a

Browse files
authored
feat(core): Remove getGlobalHub export (#11565)
Just noticed we export this API from core but it's not used in packages outside of `@sentry/core` (anymore?). Let's remove it while we can.
1 parent 621b691 commit 3996e3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export {
3434
getCurrentHub,
3535
// eslint-disable-next-line deprecation/deprecation
3636
Hub,
37-
getGlobalHub,
3837
getDefaultCurrentScope,
3938
getDefaultIsolationScope,
4039
} from './hub';

0 commit comments

Comments
 (0)