Hello,
Having upgraded Microsoft.ApplicationInsights.AspNetCore nuget from version 2.23.0 to version 3.1.2 we observe that the logged Request.Name and Request.Operation_Name have changed in a breaking manner. They no longer contain controller name and method name, but contain url path which can anyway be derived from url anyway. This change breaks some monitoring and alerts which were based on wellknown controller name and user actions for us.
I suggest you stay backwards compatible and do not change that unless very good reasons
Thank you
Hello,
Having upgraded Microsoft.ApplicationInsights.AspNetCore nuget from version 2.23.0 to version 3.1.2 we observe that the logged Request.Name and Request.Operation_Name have changed in a breaking manner. They no longer contain controller name and method name, but contain url path which can anyway be derived from url anyway. This change breaks some monitoring and alerts which were based on wellknown controller name and user actions for us.
I suggest you stay backwards compatible and do not change that unless very good reasons
Thank you