In apps that use tracing (any ActivityListener-based implementation), HttpClient can generate spans for outbound HTTP requests by default. The periodic requests from this sink end up creating noisy, unhelpful spans.
This PR switches that behavior off by default, on .NET 6 and later.
In apps that use tracing (any
ActivityListener
-based implementation),HttpClient
can generate spans for outbound HTTP requests by default. The periodic requests from this sink end up creating noisy, unhelpful spans.This PR switches that behavior off by default, on .NET 6 and later.