Method: Sentry::PropagationContext#baggage
- Defined in:
- lib/sentry/propagation_context.rb
#baggage ⇒ Baggage? (readonly)
This is only for accessing the current baggage variable. Please use the #get_baggage method for interfacing outside this class.
34 35 36 |
# File 'lib/sentry/propagation_context.rb', line 34 def baggage @baggage end |