- #407 Fix error for undefined
agent
with puppeteer - #416 Replace existing GUID id generation with an implementation that is compatible with W3C trace-id
- #420 Add restrictions against insecure TLS/SSL versions by default
The changes in this release to disable TLS versions earlier than 1.2 may impact you if you use a custom telemetry endpoint over HTTPS with an older TLS protocol. You can restore the previous behavior by supplying a custom https.Agent
that is not configured with this restriction. See the "Advanced configuration options" section of the README for how to supply a custom https.Agent
instance to this SDK.