This repository was archived by the owner on Jun 10, 2020. It is now read-only.
v2.1.0-beta1
Pre-release
Pre-release
This release provides the following updates and improvements:
- Bug fixes
- Removed UserAgentTelemetryInitializer and associated tests.
- Added instrumentation key header
- Added OperationCorrelationTelemetryInitializer
- Set Id instead of OperationId for request dependency correlation
- Set Id in thread-safe location
- Updated SDK version dependency to 2.3.0-beta3.
Users of Visual Studio 2015 will need to make sure the following line is part of their WebHostBuilder chain in their Main method of Program.cs in order to get automatic configuration of their instrumentation key from appsettings.json:
.UseApplicationInsights()