module Airbrake
def notify(exception, params = {}, &block)
- See: .notify_sync -
Returns:
-
(Airbrake::Promise)
-
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
Other tags:
- Example: Sending a Notice -
Example: Sending a string -
Example: Sending an exception -
def notify(exception, params = {}, &block) @notifiers[:default].notify(exception, params, &block) end