Skip to content

1.5.0

Choose a tag to compare

@markwolff markwolff released this 23 Oct 00:24
· 311 commits to develop since this release
c8b4b79

1.4.2...1.5.0

Changelog

  • #538 Adds support for connection strings. Pass your connection string to .setup(...) and it will detect if it is an ikey or a connection string
  • #551 Automatically use trackException for logs containing an Error object, instead of calling trackTrace with SeverityLevel.Error. e.g. winston.error(new Error()) will now send Error telemetry instead of "log" telemetry
  • #554 Allow specifying severityLevel when calling trackException