rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

fixed compatibility with Lumen 8.x without sessions #106

Closed gabrielslau closed 2 years ago

gabrielslau commented 3 years ago

Description of the change

this fix was originally proposed on issue https://github.com/rollbar/rollbar-php-laravel/issues/83 and PR https://github.com/rollbar/rollbar-php-laravel/pull/84 and https://github.com/rollbar/rollbar-php-laravel/pull/90 without further interaction/response from the original contributor.

Type of change

Related issues

Fix [#83](), [#84]() and [#90]()

Checklists

Development

Code review

bxsx commented 2 years ago

Hi @gabrielslau and thanks for bringing it up.

I've updated the conditional expression to use isset().