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 anError
object, instead of callingtrackTrace
withSeverityLevel.Error
. e.g.winston.error(new Error())
will now send Error telemetry instead of "log" telemetry - #554 Allow specifying
severityLevel
when callingtrackException