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

export mocktracer in index.js #96

Closed AloisReitbauer closed 6 years ago

AloisReitbauer commented 6 years ago

Right now Mock Tracer is not exported, although it is part of the npm package. Should we remove it from the npm package or export it. Otherwise people will need to use it with a direct file system reference into node_modules which is weird.

yurishkuro commented 6 years ago

it should be exported

AloisReitbauer commented 6 years ago

Ok, then we also need to add a dependency to lodash in package.json see issue #95

AloisReitbauer commented 6 years ago

I am happy to create a PR if you add me to the project

yurishkuro commented 6 years ago

fixed by #98