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
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
What is official way to enable EventId today? I used documentation from https://github.com/Microsoft/ApplicationInsights-aspnetcore/wiki/Logging, but it is now deprecated and recommended replacement Microsoft.Extensions.Logging.ApplicationInsights.ApplicationInsightsLoggerOptions does not even have IncludeEventId property.
@older In the new provider Microsoft.Extensions.Logging.ApplicationInsightsLoggingProvider, EventID and EventName are always included. You dont need to do anything extra to enable it.
It would be nice, if
ApplicationInsightsLogger
would includeEventId.Id
andEventId.Name
in telemetry properties ad EventId and EventName.The text was updated successfully, but these errors were encountered: