I'm having issues using this library as a transport for the opentracing package via opentracing.initGlobalTracer(tracer); due to a mismatch in the values of the transport constants.
The result is Error: extract called with unsupported format when trying to use the tracer to extract or inject.
The opentracing packages has export const FORMAT_HTTP_HEADERS = 'http_headers';
This packages has Tracing.FORMAT_HTTP_HEADERS = "FORMAT_HTTP_HEADERS";
I'm having issues using this library as a transport for the
opentracingpackage viaopentracing.initGlobalTracer(tracer);due to a mismatch in the values of the transport constants.The result is
Error: extract called with unsupported formatwhen trying to use the tracer toextractorinject.The
opentracingpackages hasexport const FORMAT_HTTP_HEADERS = 'http_headers';This packages has
Tracing.FORMAT_HTTP_HEADERS = "FORMAT_HTTP_HEADERS";