rollbar / rollbar-php-laravel

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

Framework information is not reported to Rollbar #105

Open mikko-ontime opened 4 years ago

mikko-ontime commented 4 years ago

The framework parameter is always unknown

For example it could be something like sprintf("Laravel %s", app()->version());

danielmorell commented 1 year ago

This was resolved for v8.0.0 and above in https://github.com/rollbar/rollbar-php-laravel/pull/148. This fix still needs to be backported to previous versions.