mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-19 19:10:13 +02:00
Tracer.WithSpan() will now accept StartOptions as a variadic final parameter `opts` that will be passed to the Tracer.Start() invocation that creates the Span wrapping the user-provided function.