Darren O'Neill

Integrate Bugsnag into ZF2

In Zend Framework 2 you approach exception handling quite differently from how you currently do in version 1 of the framework. Gone are error controllers and in are event listeners.

If you like to use an an external service to notify you of raised exceptions you will need to rework ...