I have an ASP.NET website hosted on Azure with Application Insights. Azure Application Insights works fine, however I noticed Application Insights is taking a lot of snapshots for HTTP 404 errors. This is not really useful to me as the 404 error are mostly generated by random online mass scanners. I was wondering if there is way to configure Application Insights not to take snapshots of HTTP 404 errors but still log the exception ?
Thanks