Related Problems?
No response
What component are you working with?
No response
Describe the solution you'd like:
It would be nice to be able to use opentelemetry-aws
with the latest version of opentelemetry
(0.25
). But opentelemetry-aws
implements opentelemetry::propagation::TextMapPropagator
from the previous version (0.24
).
Considered Alternatives
I've considered using a [patch]
directive to use the code currently on github, but I'd rather use a released version.
Additional Context
No response