Application Insights Go SDK 0.4.2
Pre-release
Pre-release
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.