lib/opentelemetry/baggage/propagation/text_map_injector.rb in opentelemetry-api-0.6.0 vs lib/opentelemetry/baggage/propagation/text_map_injector.rb in opentelemetry-api-0.7.0

- old
+ new

@@ -14,10 +14,10 @@ include Context::Propagation::DefaultSetter # Returns a new TextMapInjector that injects context using the specified # header key # - # @param [String] baggage_header_key The baggage header + # @param [String] baggage_key The baggage header # key used in the carrier # @return [TextMapInjector] def initialize(baggage_key: 'baggage') @baggage_key = baggage_key end