Skip to content

Commit 71a84ab

Browse files
authored
fix(core): Export spanToTraceContext function from span utils (#10364)
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [x] Ensure your code lints and the test suite passes (`yarn lint`) & (`yarn test`). Closes #10362
1 parent 9f9c51d commit 71a84ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export {
8787
spanToTraceHeader,
8888
spanToJSON,
8989
spanIsSampled,
90+
spanToTraceContext,
9091
} from './utils/spanUtils';
9192
export { getRootSpan } from './utils/getRootSpan';
9293
export { applySdkMetadata } from './utils/sdkMetadata';

0 commit comments

Comments
 (0)