Errors
The system uses AirBrake to track and monitor logs. These are setup in the /initailizer for audienti_config.rb. Right now, we simply duplicate Airbrake's class into one called AppError, and use its methods natively. soon, we will modify the notify to include StatsD logging as well.
First parameter can be
an Exception (will be sent directly)
any object that can be converted to String with #to_s (the information from the object will be used as the message of a RuntimeException that we build internally)
an Airbrake::Notice
Last updated