OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
1.09k
stars
108
forks
source link
MockTracer does not allow testing tags #151
Open
gioragutt opened 4 years ago
I started writing a couple of unit tests using
MockTracer
, and I see that it does not propagate tags passed tostartSpan
to the createdMockSpan
.I'll create a PR and address that.