Currently when a span is created in SpanBuilderShim.start, we only have the parent OpenTracing spanContext available. This means that we lose the originial full context when calling SpanProcessor.OnStart (not yet implemented with that parameter, but see open-telemetry/opentelemetry-specification#875 and #1611 (comment).
Currently when a span is created in SpanBuilderShim.start, we only have the parent OpenTracing spanContext available. This means that we lose the originial full context when calling SpanProcessor.OnStart (not yet implemented with that parameter, but see open-telemetry/opentelemetry-specification#875 and #1611 (comment).