Azure – When using Application Insights sampling is it possible to preserve related entries along with excluded items
I've been playing around with telemetry sampling in order to avoid hitting App Insights daily logs cap. Ideally, I want to apply sampling to everything but exclude exceptions and preserve related traces (same operation id) for the exceptions. I've created…