Actually, I have application insights set in my asp.net web API 2 to log the error following the steps Diagnose exceptions in your web apps with Application Insights, everything is working fine but, I want to add information for each an exception, for example, CustomerId, JobId, and other.
So I would like to see that data in the exceptions (either call stack or other property) through Azure Application Insights (see this image). That information could help me to detect what are the records that I should use to try to replicate the error scenario.
Can you tell me any recommendation?
Thanks!