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
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
<!-- Issue number if applicable -->
Adds `ToClientOption` option type to future-proof `ToClient` method. It
has no current uses.
Skipping the deprecation process per [this
exception](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/coding-guidelines.md#exceptions).
#### Link to tracking issue
Fixes#12353
Component(s)
No response
Describe the issue you're reporting
Add
ToClientOption
type and pass it toconfighttp.ClientConfig.ToClient
to future-proof the API.The text was updated successfully, but these errors were encountered: