Method: Failbot#enable

Defined in:
lib/failbot.rb

#enableObject

Public: Enable exception reporting. Reporting is enabled by default, but this can be called if it is explicitly disabled by calling ‘Failbot.disable` or setting `FAILBOT_REPORTING => “0”` in `Failbot.setup`.



389
390
391
# File 'lib/failbot.rb', line 389

def enable
  @thread_local_report_errors.value = true
end