Repro steps
- Create WebAPI or MVC ASP.NET app
- Configure customerErrors=off
- Throw exception in controller/view
- Send request with Request-Id header with W3C-compatible value like
Request-Id: |1234db4ce72f482698722d4f51beb518.0
Expected
Exception and request telemetries are reported. Exception is correlated to request
Actual
Exception and request telemetries are reported. Exception is NOT correlated to request
Bug introduced in 2.11