I've asp.net core 2.1 application, using app insights nuget:
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup"
Version="2.1.1" />
In the azure portal, I can see failed request and the end to end transaction detail, e.g.:
Is it possible to see the response text which is more descriptive, or I need to log it manually?
Also on failed POST request, I would like to log posted data