Method: Sentry::BackpressureMonitor#healthy?

Defined in:
lib/sentry/backpressure_monitor.rb

#healthy?Boolean

Returns:

  • (Boolean)


16
17
18
19
# File 'lib/sentry/backpressure_monitor.rb', line 16

def healthy?
  ensure_thread
  @healthy
end