We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current implementation of the remote.Initialize function does not allow to configure the internal http.Client.
remote.Initialize
I would like to wrap this client to allow instrumentation of the remote http calls of the SDK.
Can you consider a way to easily instrument the internal client? May be passing a wrapped client in the config?
Thanks!
The text was updated successfully, but these errors were encountered:
As I said in the PR, we can instrument the underlying RounTripper, but need to pass the current context to the Fetch and FetchV2 methods.
RounTripper
Fetch
FetchV2
Sorry, something went wrong.
🎉 This issue has been resolved in version 1.6.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
The current implementation of the
remote.Initialize
function does not allow to configure the internal http.Client.I would like to wrap this client to allow instrumentation of the remote http calls of the SDK.
Can you consider a way to easily instrument the internal client? May be passing a wrapped client in the config?
Thanks!
The text was updated successfully, but these errors were encountered: