Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.4 KB

File metadata and controls

47 lines (31 loc) · 1.4 KB

Changelog

NEXT

  • Fix sampler option. #87

2.0.0

1.4.0

  • Add support for local spans through workaround. Waiting for zipkin-js#156 to be merged.

1.3.0

  • Update of peerDependencies, so that zipkin v2 schema is supported
  • Fix babel transpilation directory

1.2.0

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

1.1.0

  • 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"
});

1.0.0

  • PR#9 moving dev dependencies up to peer dependencies, breaking change for clients using older versions of opentracing, zipkin or zipkin-transport-http