opentracing / opentracing-javascript

OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.09k stars 145 forks source link

[Feature Request] forEachBaggageItems on SpanContext #131

Open meteorlxy opened 5 years ago

meteorlxy commented 5 years ago

Implementations of many other languages have something like forEachBaggageItems on SpanContext:

However, js does not:

https://github.com/opentracing/opentracing-javascript/blob/cb74683fefe5bd4d711eaa0c273f3fc17a6c3781/src/span_context.ts#L11-L33