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
After bumping Microsoft.ApplicationInsights from 2.20.0 to 2.21.0 in #1940ApplicationInsightsPublisher became to show error InstrumentationKey based global ingestion is being deprecated. Use the default constructor and manually set TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details..
I have added pragma warning disable for now.
The text was updated successfully, but these errors were encountered:
After bumping
Microsoft.ApplicationInsights
from 2.20.0 to 2.21.0 in #1940ApplicationInsightsPublisher
became to show errorInstrumentationKey based global ingestion is being deprecated. Use the default constructor and manually set TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.
.I have added
pragma warning disable
for now.The text was updated successfully, but these errors were encountered: