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
Currently we can pass request specific Agent configurations via .override(...) or directly into methods like .iter(...) which is useful when we are running slightly different variants side-by-side (e.g., A/B testing).
It would be helpful if we could also override the Agent's name used for just that request so the specific variant is easily identifiable in traces, etc. I could not find any way to do this other than to create nearly identical Agent(...) instances.