- Fix sampler option. #87
- Add support for local spans through workaround. Waiting for zipkin-js#156 to be merged.
- Update of
peerDependencies, so that zipkin v2 schema is supported - Fix babel transpilation directory
Issues arised with react-scripts throwing an error that this library is not
transpiled.
To fix it we introduced babel and now ship with a transpiled lib/ folder
- PR#10 adding support for a more simplified setup:
const ZipkinOpentracing = require("zipkin-javascript-opentracing");
const tracer = new ZipkinOpentracing({
serviceName: "My Service",
endpoint: "http://localhost:9411",
kind: "client"
});- PR#9
moving dev dependencies up to peer dependencies, breaking change for clients
using older versions of
opentracing,zipkinorzipkin-transport-http