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
Trace requests can now be proxied to an actual agent by passing an agent url to the test agent. This can be done by passing the --agent-url command-line option or via the DD_AGENT_URL or DD_TRACE_AGENT_URL environment variables.
Add Python 3.10 support.
Add support for the /v0.5/traces endpoint. Traces sent to this endpoint can be queried and snapshotted just as they can be for /v0.4/traces.
Other Notes
Snapshots will no longer have empty meta/metrics maps included in the output.