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
fix(starfish): Fix ordering of span group breakdown (#51691)
Span duration wasn't a selected field for that `EventView`, so the data
was coming back unsorted, and the breakdown looked weird. Database was
completely missing! The selected fields were updated in
#51051 but the sort was left
incorrect.
0 commit comments