Do not assume type local by default for OpenTracing spans. Instead, assume type entry when no parent context is available and only assume local if a parent context is available.
[AWS Lambda] Reduce execution time overhead for native AWS Lambda tracing even further. (Bring back performance optimzation that was removed in 1.94.0 with a fix for the stale timeout events.)
Update handling of W3C trace context headers to improve integration with OpenTelemetry.
[AWS Lambda] Fix timeouts when the Lambda callback API without context.callbackWaitsForEmptyEventLoop = false is used and the Instana back end responds too slowly.