1.5.0
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
trackExceptionfor logs containing anErrorobject, instead of callingtrackTracewithSeverityLevel.Error. e.g.winston.error(new Error())will now send Error telemetry instead of "log" telemetry - #554 Allow specifying
severityLevelwhen callingtrackException