1.1releasedAirbrake Exception Notifier

Pushes any exceptions in the log to an Airbrake service.

Clone URLhttps://github.com/korelogic/exception_notifier.git

Add as a submodulegit submodule add https://github.com/korelogic/exception_notifier.git extensions/exception_notifier --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo1.1NoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

Exception Notifier

Install

  1. Upload the 'exception_notifier' folder in this archive to your Symphony 'extensions' folder.
  2. Update the symphony core 'symnphony/lib/core/class.log.php' (No delegates to hook info for logging, sorry) with the new function in 'class.log.php.txt'.
  3. Enable extension by selecting the "Exception Notifier" item under Extensions, choose Enable from the with-selected menu, then click Apply.
  4. In symphony preferences configure Airbrake services.

Uninstall

  1. Uninstall extension by removing the chnages to 'class.log.php.txt' and selecting the "Exception Notifier" item under Extensions, choose Uninstall from the with-selected menu, then click Apply.

Version history

Symphony 2.2.2 to 2.3.x

  • Tested Symphony 2.3 Compatability

Symphony 2.2.2 to 2.2.x

  • Initial release