Method: Sentry::Configuration#enable_backpressure_handling

Defined in:
lib/sentry/configuration.rb

#enable_backpressure_handlingBoolean

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

Returns:

  • (Boolean)
[View source]

284
285
286
# File 'lib/sentry/configuration.rb', line 284

def enable_backpressure_handling
  @enable_backpressure_handling
end