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
As a follow-up to #2023, we should investigate converting the TraceFragmentContext.continuation field into a replay. More specifically, we don't need to send the entire continuation stack to the trace fragment, but rather just the subset of continuations that a given fragment needs.
We can see if this makes sense with or after #1839.