Method: Sentry::Event#dynamic_sampling_context
- Defined in:
- lib/sentry/event.rb
#dynamic_sampling_context ⇒ Hash?
Dynamic Sampling Context (DSC) that gets attached as the trace envelope header in the transport.
44 45 46 |
# File 'lib/sentry/event.rb', line 44 def dynamic_sampling_context @dynamic_sampling_context end |