Release v3.8.0
newrelic-eheinlein
released this
01 Jul 17:40
·
1207 commits
to master
since this release
Changes
- When marking a transaction as a web transaction using Transaction.SetWebRequest, it is now possible to include a
Host
field in the WebRequest struct, which defaults to the empty string.
Bug Fixes
- The
Host
header is now being correctly captured and recorded in therequest.headers.host
attribute, as described
here. - Previously, the timestamps on Spans and Transactions were being written using different data types, which sometimes caused rounding errors that could cause spans to be offset incorrectly in the UI. This has been fixed.