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
Our current getter and setter arguments are just functions. They should be changed to be interfaces, and the getter should include a keys function. Changing them both to be interfaces now will make it easier to add additional required operations in the future.
Our current getter and setter arguments are just functions. They should be changed to be interfaces, and the getter should include a
keys
function. Changing them both to be interfaces now will make it easier to add additional required operations in the future.https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/context/api-propagators.md#keys
The text was updated successfully, but these errors were encountered: