How to access errors from IRequestContext in ExecutionDiagnosticEventListener #6448
kamalsivalingam
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was looking at an example of integrating with application insights using ExecutionDiagnosticEventListener.
However in OnEndRequest method, looks like there is no Errors property in context.Result (context is of Type IRequestContext).
Do you know how to access Errors from IRequestContext?
Beta Was this translation helpful? Give feedback.
All reactions