Skip to content

Release 3.3.0

Compare
Choose a tag to compare
@willnewrelic willnewrelic released this 11 Feb 22:19
· 1460 commits to master since this release

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.