jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Laravel 5.4 support #66

Closed DougSisk closed 7 years ago

DougSisk commented 7 years ago

The share method has been removed in Laravel 5.4. Documentation recommends using the singleton method instead.

Additionally, the log listener event returns a single argument now with a new class called MessageLogged.

drbyte commented 7 years ago

👍 for the changes to RollbarServiceProvider.php

timleland commented 7 years ago

👍 Thanks