Method: Sentry::PropagationContext#baggage

Defined in:
lib/sentry/propagation_context.rb

#baggageBaggage? (readonly)

This is only for accessing the current baggage variable. Please use the #get_baggage method for interfacing outside this class.

Returns:



34
35
36
# File 'lib/sentry/propagation_context.rb', line 34

def baggage
  @baggage
end