From eb37f54039d20bc43856edd28cddca02c541db8d Mon Sep 17 00:00:00 2001 From: eheinlein Date: Tue, 30 Jun 2020 17:06:23 -0700 Subject: [PATCH] Add changelog entry for timestamp change --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bbf4be1..a6aa93e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ it is now possible to include a `Host` field in the * The `Host` header is now being correctly captured and recorded in the `request.headers.host` attribute, as described [here](https://docs.newrelic.com/docs/agents/go-agent/instrumentation/go-agent-attributes#requestHeadersHost). +* 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. ## 3.7.0