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
Currently the SDK only supports out-going HTTP requests using the HttpWebRequest client. It would be useful having tracing capabilities for those using System.Net.HttpClient.
For now I've created a custom MessageHandler for this, but would be great to have this or something similar as part of the SDK.
Edit: I just noticed that this has already been requested in #3.
I will look at adding that as a pull request
The text was updated successfully, but these errors were encountered:
Feature request.
Currently the SDK only supports out-going HTTP requests using the
HttpWebRequest
client. It would be useful having tracing capabilities for those usingSystem.Net.HttpClient
.For now I've created a custom MessageHandler for this, but would be great to have this or something similar as part of the SDK.
Edit: I just noticed that this has already been requested in #3.
I will look at adding that as a pull request
The text was updated successfully, but these errors were encountered: