fix(tracer): restore OpenTelemetry API compliance for context parameter by 1mike1451 · Pull Request #848 · instana/python-sensor

@mike14511

Add 'context' parameter to start_span() and start_as_current_span()
while maintaining backward compatibility with 'span_context' parameter.

Fixes TypeError with OpenTelemetry-compliant libraries (regression from c4d4251).
Includes 15 new tests, all 20 tests pass.

Signed-off-by: Michael Ramos <ramosm@us.ibm.com>

@mike14511

…Tel context

Signed-off-by: Michael Ramos <ramosm@us.ibm.com>