Skip to content

1.0.4

Compare
Choose a tag to compare
@OsvaldoRosado OsvaldoRosado released this 29 Aug 22:15
d434576
  • #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.