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
Currently, AspNetCore depends on TelemetryConfiguration.Active and would copy all configured options to this singleton.
Once this dependency is removed we will no longer have a need for this singleton.
(For further reading.. this dependency is due to the Heartbeat feature #1954).
For backwards compatibility, we will introduce a new setting: ApplicationInsightsServiceOptions.EnableActiveTelemetryConfigurationSetup.
This will once again copy the TelemetryConfiguration configured via DI to the TelemetryConfiguration.Active singleton.
The text was updated successfully, but these errors were encountered:
TimothyMothra
changed the title
remove legacy TelemetryConfiguration.Active from AspNetCore SDK.
remove legacy TelemetryConfiguration.Active from AspNetCore SDK and refactor Heartbeat
Jul 6, 2020
TimothyMothra
changed the title
remove legacy TelemetryConfiguration.Active from AspNetCore SDK and refactor Heartbeat
remove legacy TelemetryConfiguration.Active from AspNetCore SDK
Jul 7, 2020
Currently, AspNetCore depends on
TelemetryConfiguration.Active
and would copy all configured options to this singleton.Once this dependency is removed we will no longer have a need for this singleton.
(For further reading.. this dependency is due to the Heartbeat feature #1954).
For backwards compatibility, we will introduce a new setting:
ApplicationInsightsServiceOptions.EnableActiveTelemetryConfigurationSetup
.This will once again copy the
TelemetryConfiguration
configured via DI to theTelemetryConfiguration.Active
singleton.The text was updated successfully, but these errors were encountered: