module Airbrake

def notify_sync(exception, params = {}, &block)

Other tags:
    See: .notify -

Returns:
  • (Hash{String=>String}) - the reponse from the server

Other tags:
    Yieldreturn: -

Other tags:
    Yieldparam: -

Other tags:
    Yield: - The notice to filter

Parameters:
  • params (Hash) -- The additional payload to be sent to Airbrake. Can
  • exception (Exception, String, Airbrake::Notice) -- The exception to be
def notify_sync(exception, params = {}, &block)
  @notice_notifier.notify_sync(exception, params, &block)
end