Skip to content

v10.45.0

Choose a tag to compare

@dotnet-agent-team-bot dotnet-agent-team-bot released this 01 Oct 19:20
1004ee1

10.45.0 (2025-09-30)

New features

  • Add a new Distributed Tracing sampler, the TraceId Ratio-Based Sampler, which is based on the OpenTelemetry implementation. This sampler makes its sampling decision using the TraceId (a random GUID) and a configured sampling ratio (a target percentage of traces to be sampled). For more information, see the OpenTelemetry specification. (#3211) (63ca603)

Fixes

  • MSSQL connection string parsing can throw exceptions and disable Datastore instrumentation (#3263) (cdf000b)
  • Resolve issues with Kafka "Consume" instrumentation to ensure that automatic instrumentation works in conjunction with custom instrumentation. (#3257) (1dbd1c5)