Skip to content

Application Insights Go SDK 0.4.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jjjordanmsft jjjordanmsft released this 15 May 19:47
· 32 commits to master since this release
d2df5d4

This version fixes a few minor bugs:

  • Align with other SDKs to include the ikey in envelope names (#19). This is needed for some MS internal scenarios and won't impact external customers.
  • Wrap go.uuid such that this library is unaffected by the differences causing compatibility issues described in satori/go.uuid#66. Needed for projects that use dependency tools that don't respect our vendoring.