class Airbrake::Config

def check_configuration

Experimental RBS support (using type sampling data from the type_fusion project).

def check_configuration: () -> untyped

This signature was generated using 4 samples from 1 application.

Returns:
  • (Promise) - resolved promise if config is valid & can notify,
def check_configuration
  promise = validate
  return promise if promise.rejected?
  check_notify_ability
end