Closed Mattnmoore closed 2 years ago
It looks like MonologHandler.php
might be extending the wrong class...If you replaceMonolog\Handler\RollbarHandler
with Rollbar\Monolog\Handler\RollbarHandler
it seems to correct the issue.
related issue https://github.com/rollbar/rollbar-php/issues/249
The correct handler should be Monolog\Handler\RollbarHandler
.
After upgrading to Laravel 6.*, I've encountered an error while trying to use Rollbar.
I'm on the
dev-master
branch ofrollbar/rollbar-laravel
and the following is my config.Any help would be appreciated.