opentracing/opentracing-javascript

MockTracer does not allow testing tags

gioragutt opened this issue · 0 comments

I started writing a couple of unit tests using MockTracer, and I see that it does not propagate tags passed to startSpan to the created MockSpan.

I'll create a PR and address that.