You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thank you for filing the issue 👍 It appears that you made all the research necessary to fix this issue, it would be great if you could file a PR for this. I would totally love a little unit test catching this in the future if you have the time. Thank you for your interest on this project 👍
I'm having issues using this library as a transport for the
opentracing
package viaopentracing.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 toextract
orinject
.The
opentracing
packages hasexport const FORMAT_HTTP_HEADERS = 'http_headers';
This packages has
Tracing.FORMAT_HTTP_HEADERS = "FORMAT_HTTP_HEADERS";
The text was updated successfully, but these errors were encountered: