Hi team. I have a suggestion about error spans. If span's status is unset, but there was an exception recorded in it, this span should be set to "error" status. Makes sense?
s
Srikanth Chekuri
07/08/2025, 11:12 AM
That shouldn't happen ideally. If there is an exception recorded but span status Unset then it likely means error is handled but captured instead of throwing it to caller. Is that span coming from the instrumentation library or your manual instrumentation code?