Is there any way to include the HTTP Body response content in Application Insights HTTP or dependency tracking modules? Its useful knowing what the HTTP response status code of a request is, but its really important us to know what the response message/data.
Ive looked at creating a custom Filter or Initializer but no properties seem to have any response content, how can I include it?