Open mikko-ontime opened 4 years ago
The framework parameter is always unknown
For example it could be something like sprintf("Laravel %s", app()->version());
sprintf("Laravel %s", app()->version());
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.
v8.0.0
The framework parameter is always unknown
For example it could be something like
sprintf("Laravel %s", app()->version());