Skip to content

Commit bc43dbf

Browse files
authored
feat(opentelemetry): Remove setupGlobalHub (#11668)
Now that #11630 was merged in, we can remove `setupGlobalHub`.
1 parent a07377e commit bc43dbf

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

packages/opentelemetry/src/custom/hub.ts

-8
This file was deleted.

packages/opentelemetry/src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ export { startSpan, startSpanManual, startInactiveSpan, withActiveSpan, continue
2525

2626
export { suppressTracing } from './utils/suppressTracing';
2727

28-
// eslint-disable-next-line deprecation/deprecation
29-
export { setupGlobalHub } from './custom/hub';
3028
// eslint-disable-next-line deprecation/deprecation
3129
export { getCurrentHubShim } from '@sentry/core';
3230
export { setupEventContextTrace } from './setupEventContextTrace';

0 commit comments

Comments
 (0)