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
I think this is going to require breaking changes to our API. Service name and version are properties of the tracer. A transport (which defines the User-Agent) can be shared by multiple tracers. We use transport.Default if one is not specified when constructing a tracer, so we can't reasonably update its User-Agent.
I think we'll need to get rid of the transport.Default singleton, and always construct one when creating a tracer.
Implement 514 for all APM agents.
The text was updated successfully, but these errors were encountered: