Closed odannyc closed 2 years ago
Feature request for Cloudinary Go SDK
I need to be able to modify the http.RoundTripper or http.Client to add my own tracing/instrumentation.
Expose a way to modify the http.Client.Transport via the Configuration that's passed into the client.
http.Client.Transport
Hi @odannyc, thanks for reaching out. I've opened an internal ticket for our engineers. We will share any updates once we'll have them.
Feature request for Cloudinary Go SDK
Explain your use case
I need to be able to modify the http.RoundTripper or http.Client to add my own tracing/instrumentation.
Do you have a proposed solution?
Expose a way to modify the
http.Client.Transport
via the Configuration that's passed into the client.