Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.15 KB

File metadata and controls

32 lines (23 loc) · 2.15 KB
subject releaseDate version downloadLink
Go agent
2020-02-11
3.3.0

3.3.0

New Features

Changes

  • When using newrelic.StartExternalSegment or newrelic.NewRoundTripper, if existing cross application tracing or distributed tracing headers are present on the request, they will be replaced instead of added.
  • The FromContext API which allows you to pull a Transaction from a context.Context will no longer panic if the provided context is nil. In this case, a nil is returned.

Known Issues and Workarounds

If a .NET agent is initiating distributed traces as the root service, you must update that .NET agent to version 8.24 or later before upgrading your downstream Go New Relic agents to this agent release.