You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing an enrich function, I noticed that HTTP Socket Exceptions with the error code HostNotFound do not trigger the enrich function on exception because of these lines in HttpHandlerDiagnosticListener.
This prevents additional information from being captured in the activity when the exception is a HostNotFound Socket Exception.
Can someone shed some light on this particular behaviour? I could not find anything in the documentation.
While implementing an enrich function, I noticed that HTTP Socket Exceptions with the error code
HostNotFound
do not trigger the enrich function on exception because of these lines inHttpHandlerDiagnosticListener
.This prevents additional information from being captured in the activity when the exception is a
HostNotFound
Socket Exception.Can someone shed some light on this particular behaviour? I could not find anything in the documentation.
Thank you.
Originally posted by @tl-amanda-oh in #3208
The text was updated successfully, but these errors were encountered: