error handling - CakePHP: Send emails for crashes -


what's best way add email notifications cakephp crashes? want emailed stacktrace whenever fatal error occurs, can know instead of checking logs.

i looked @ overriding appcontroller::apperror(); don't want replace of exception handling.

check out, long paste here.

https://github.com/cakedc/utils/blob/develop/error/emailerrorhandler.php

it customized error handler cakephp. you need configure cakephp use error handler class. pull request core rejected introduced event in handleerror() method... event there make easy handle use cases this.


Comments