Skip to content

Application Insights Go SDK 0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jjjordanmsft jjjordanmsft released this 17 Apr 00:14
· 37 commits to master since this release
c3f5896

This version fixes minor bugs in 0.4:

  • Increase precision of telemetry timestamps to nanoseconds. It was previously seconds. This caused events sent closely together to appear out of order on the portal.
  • Remove Measurements field from telemetry types that do not support it (Measurements, Traces). These fields were previously ignored and always nil.
  • Add SetTime() to Telemetry interface.