airbrake / phpbrake

The official Airbrake PHP error notifier
https://airbrake.io
MIT License
48 stars 36 forks source link

Monolog 2 Support #97

Closed TheoKouzelis closed 4 years ago

TheoKouzelis commented 5 years ago

The current Airbrake\MonologHandler handler isn't compatible with version 2 of Monolog. Looks like Monolog now uses return type declarations https://github.com/Seldaek/monolog/blob/master/src/Monolog/Handler/AbstractProcessingHandler.php#L50

There maybe other issues as well, but this was the first error I got while adding Laravel 6 support to https://github.com/TheoKouzelis/laravel-airbrake

TheoKouzelis commented 4 years ago

Support added