Method: Sentry::Configuration#enable_backpressure_handling
- Defined in:
- lib/sentry/configuration.rb
permalink #enable_backpressure_handling ⇒ Boolean
Whether to downsample transactions automatically because of backpressure. Starts a new monitor thread to check health of the SDK every 10 seconds. Default is false
284 285 286 |
# File 'lib/sentry/configuration.rb', line 284 def enable_backpressure_handling @enable_backpressure_handling end |