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
·
1106 commits
to master
since this release
Windows Server Telemetry Channel
is enabled in full framework to send telemetry, and it usesMicrosoft.ApplicationInsights.WindowsServer.TelemetryChannel, version: 2.1.0-beta3
- Diagnostic tracing using
EventSource
is enabled TelemetryConfiguration.Active
is used as the default telemetry configurationAdaptive Sampling
by default is enabled in full framework- Using
telemetry processors
is enabled in full framework ApplicationInsightsServiceOptions
is available to configure default adaptive sampling behaviorComponentVersionTelemetryInitializer
is added, that reads the application version fromproject.json
and assigns it totelemetry.Context.Component.Version
- All
Microsoft.ApplicationInsights.*
dependencies are updated to the latest version(2.1.0-beta3)