From 0cc4ae3651f6b8a8cc396405db494565f1dec675 Mon Sep 17 00:00:00 2001 From: Matthew Wear Date: Fri, 9 Oct 2020 06:23:16 -0700 Subject: [PATCH] feat: b3 single header support (#1560) --- api/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/src/index.ts b/api/src/index.ts index e1af8b51999..02a257f0b52 100644 --- a/api/src/index.ts +++ b/api/src/index.ts @@ -61,6 +61,9 @@ export { INVALID_SPANID, INVALID_TRACEID, INVALID_SPAN_CONTEXT, + isSpanContextValid, + isValidTraceId, + isValidSpanId, } from './trace/spancontext-utils'; export {