Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change SpanContext.traceFlags to mandatory (open-telemetry#818)
* fix: change SpanContext.traceFlags to mandatory According to spec SpanContext represents the W3C tracestate which includes traceId, spanId and traceFlags. As a side effect a new LinkContext types was added as links don't have traceFlags according to spec. * chore: review findings, rename TraceFlags.UNSAMPLED to NONE * fix: build * fix: tests * fix: correct merge Co-authored-by: Daniel Dyla <[email protected]>
- Loading branch information