We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef5b51 commit e212246Copy full SHA for e212246
packages/opentelemetry/src/index.ts
@@ -25,8 +25,6 @@ export { isSentryRequestSpan } from './utils/isSentryRequest';
25
export { getActiveSpan } from './utils/getActiveSpan';
26
export { startSpan, startSpanManual, startInactiveSpan, withActiveSpan, continueTrace } from './trace';
27
28
-export { getDynamicSamplingContextFromSpan } from './utils/dynamicSamplingContext';
29
-
30
// eslint-disable-next-line deprecation/deprecation
31
export { setupGlobalHub } from './custom/hub';
32
0 commit comments