Method: Sentry::PropagationContext#incoming_trace
- Defined in:
- lib/sentry/propagation_context.rb
#incoming_trace ⇒ Boolean (readonly)
Is there an incoming trace or not?
30 31 32 |
# File 'lib/sentry/propagation_context.rb', line 30 def incoming_trace @incoming_trace end |