Method: Failbot#report_from_thread!

Defined in:
lib/failbot.rb

#report_from_thread!(thread, e, other = {}) ⇒ Object



358
359
360
361
362
# File 'lib/failbot.rb', line 358

def report_from_thread!(thread, e, other = {})
  return if ignore_error?(e)

  report_with_context!(thread, @thread_local_context.value_from_thread(thread), e, other)
end