Method: Sentry::PropagationContext#parent_sampled
- Defined in:
- lib/sentry/propagation_context.rb
#parent_sampled ⇒ Boolean? (readonly)
The sampling decision of the parent transaction.
27 28 29 |
# File 'lib/sentry/propagation_context.rb', line 27 def parent_sampled @parent_sampled end |