You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Microsoft to use of TelemetryConfiguration.Active in HealthChecks.Publisher.ApplicationInsights, is deprecated for AspNetCore. Their advise is to use IOptions<TelemetryConfiguration> and get the InstrumentationKey from there.
This issue is not to be confused with #186
According to Microsoft to use of
TelemetryConfiguration.Active
in HealthChecks.Publisher.ApplicationInsights, is deprecated for AspNetCore. Their advise is to useIOptions<TelemetryConfiguration>
and get the InstrumentationKey from there.Link to code:
AspNetCore.Diagnostics.HealthChecks/src/HealthChecks.Publisher.ApplicationInsights/ApplicationInsightsPublisher.cs
Line 116 in e5e0a26
Link to deprecating issue Microsoft:
microsoft/ApplicationInsights-dotnet#1152
I can make a PR for this, but wanted to discuss it first.
The text was updated successfully, but these errors were encountered: