A Promise class modified to allow use of OpenTracing
npm install @lightstep/tracedpromiseTracedPromise is a class based on the standard ES6 Promise API that adds OpenTracing instrumentation to the promise.
See src/examples/demo.js for a short example.