opentracing/opentracing-javascript

export mocktracer in index.js

AloisReitbauer opened this issue · 4 comments

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.

it should be exported

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

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

fixed by #98