Skip to content

Commit

Permalink
feat: b3 single header support (open-telemetry#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear authored and dyladan committed Feb 18, 2021
1 parent 3d18b42 commit 0cc4ae3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ export {
INVALID_SPANID,
INVALID_TRACEID,
INVALID_SPAN_CONTEXT,
isSpanContextValid,
isValidTraceId,
isValidSpanId,
} from './trace/spancontext-utils';

export {
Expand Down

0 comments on commit 0cc4ae3

Please sign in to comment.