Skip to content

Commit e212246

Browse files
committed
fix duplicated export after rebase
1 parent 7ef5b51 commit e212246

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/opentelemetry/src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ export { isSentryRequestSpan } from './utils/isSentryRequest';
2525
export { getActiveSpan } from './utils/getActiveSpan';
2626
export { startSpan, startSpanManual, startInactiveSpan, withActiveSpan, continueTrace } from './trace';
2727

28-
export { getDynamicSamplingContextFromSpan } from './utils/dynamicSamplingContext';
29-
3028
// eslint-disable-next-line deprecation/deprecation
3129
export { setupGlobalHub } from './custom/hub';
3230
// eslint-disable-next-line deprecation/deprecation

0 commit comments

Comments
 (0)