You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason since Performance was implemented ages ago, we were not
sending the `span.status` field at all. Add it back since we are moving
to a Span-First worls and Agent Monitoring also expects span statuses to
be correct for some product features.
Some other notes regarding the status mess:
* the transaction status is added to the `trace_context` - this is fine
* the span status is also added as a tag, this should be removed in a
major since it's redundant
* `set_http_status` further adds another tag called `http.status_code`,
remove this in the major too
0 commit comments