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: use add_trace_field() over add_context() for tracer (#21)
This way all events are marked with the command they operate under,
instead of only the root event. This makes sampling a lot easier,
as we know the command we are doing it for.
0 commit comments