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 108 forks source link

MockTracer does not allow testing tags #151

Open gioragutt opened 4 years ago

gioragutt commented 4 years ago

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.