This PR implements context propagation from parent to child in a similar way as the GoLang library
when a new span is created the baggage items get copied from the parent context to the child context.
Also it implements the methods _setBaggageItem and _getBaggageItem on the span, which are meant to be overriden
by implementors according to opentracing specification for JS.
This PR implements context propagation from parent to child in a similar way as the GoLang library when a new span is created the baggage items get copied from the parent context to the child context.
Also it implements the methods _setBaggageItem and _getBaggageItem on the span, which are meant to be overriden by implementors according to opentracing specification for JS.