Skip to content

Commit

Permalink
fix duplicated export after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Mar 15, 2024
1 parent 2173eec commit 9cd0647
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/opentelemetry/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export { isSentryRequestSpan } from './utils/isSentryRequest';
export { getActiveSpan } from './utils/getActiveSpan';
export { startSpan, startSpanManual, startInactiveSpan, withActiveSpan, continueTrace } from './trace';

export { getDynamicSamplingContextFromSpan } from './utils/dynamicSamplingContext';

// eslint-disable-next-line deprecation/deprecation
export { setupGlobalHub } from './custom/hub';
// eslint-disable-next-line deprecation/deprecation
Expand Down

0 comments on commit 9cd0647

Please sign in to comment.