opentracing-javascript
opentracing-javascript copied to clipboard
MockTracer does not allow testing tags
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.