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

Can I use tracer.ActiveSpan in JS? #121

Closed rainmakerho closed 5 years ago

rainmakerho commented 5 years ago

I can use tracer.ActiveSpan in C#. Can I use tracer.ActiveSpan in JS?

osmanghoni1 commented 5 years ago

At this point in time it is not possible as it is not defined in tracer.ts

and will most likely require #112 to be completed first

rainmakerho commented 5 years ago

@osmanghoni1 , OK, Thank you.