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

v2.1.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dnduffy dnduffy released this 31 Mar 21:00
· 826 commits to develop since this release

This release provides the following updates and improvements:

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()