Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

v1.0.0-rc1-update4

Pre-release
Pre-release
Compare
Choose a tag to compare
@kartang kartang released this 28 Apr 17:30
· 1106 commits to master since this release
  • Windows Server Telemetry Channel is enabled in full framework to send telemetry, and it uses Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel, version: 2.1.0-beta3
  • Diagnostic tracing using EventSource is enabled
  • TelemetryConfiguration.Active is used as the default telemetry configuration
  • Adaptive Sampling by default is enabled in full framework
  • Using telemetry processors is enabled in full framework
  • ApplicationInsightsServiceOptions is available to configure default adaptive sampling behavior
  • ComponentVersionTelemetryInitializer is added, that reads the application version from project.json and assigns it to telemetry.Context.Component.Version
  • All Microsoft.ApplicationInsights.* dependencies are updated to the latest version (2.1.0-beta3)