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
ref(core): Ensure error span status is always valid (#22522)
We have some code in otel span serialization that ensures that span
statuses are correct. if we remove this layer, however we can "invalid"
span statuses (e.g. random error messages etc). This change ensures we
always have valid span statuses everywhere, in the legacy transaction
mode.
0 commit comments