Method: Sentry::BackpressureMonitor#check_health
- Defined in:
- lib/sentry/backpressure_monitor.rb
#check_health ⇒ Object
31 32 33 |
# File 'lib/sentry/backpressure_monitor.rb', line 31 def check_health @healthy = !(@client.transport.any_rate_limited? || Sentry.background_worker&.full?) end |