Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceptions are not correlated to requests in some cases #1493

Closed
lmolkova opened this issue Dec 9, 2019 · 0 comments · Fixed by #1494
Closed

Exceptions are not correlated to requests in some cases #1493

lmolkova opened this issue Dec 9, 2019 · 0 comments · Fixed by #1494

Comments

@lmolkova
Copy link
Member

lmolkova commented Dec 9, 2019

Repro steps

  1. Create WebAPI or MVC ASP.NET app
  2. Configure customerErrors=off
  3. Throw exception in controller/view
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant