Application Insights allows to capture telemetry data for Page views, Requests, Exceptions and couple of other kinds. If I want to capture data for only exceptions, can I setup up my telemetry configuration to support this?. I am on an Asp.Net core web app deployed on Azure.
I was able to implement the facility by writing a custom telemetry processor as documented here.