SqlClient itself doesn't emit OpenTelemetry tracing, but an instrumentation package exists for that; this emits traces for each command executed.
Aspire.Microsoft.Data.SqlClient currently wires up event counter-based metrics, but does not wire up tracing - we should add that to get traces out-of-the-box.
/cc @AndriySvyryd