rollbar-php-laravel
rollbar-php-laravel copied to clipboard
Rollbar error monitoring integration for Laravel projects
Similar to telemetry in rollbar.js. This needs to include the config options for enabling/disabling telemetry and scrubbing telemetry data.
Laravel 8.x PHP 8.1.x rollbar/rollbar-laravel v7.2.0 ``` laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (InvalidArgumentException(code: 0): NullHandler must be an instance of Monolog\\Handler\\HandlerInterface at /project/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:372) ``` My...
The framework parameter is always unknown For example it could be something like `sprintf("Laravel %s", app()->version());`
A high-level overview of changes over the life of the package would be helpful. We should create a `CHANGELOG.md` file to record changes to the package.
According to the [docs](https://docs.rollbar.com/docs/php-configuration-reference), `max_items` is "Maximum number of items sent in a single app request/response cycle". The [RollbarServiceProvider](https://github.com/rollbar/rollbar-php-laravel/blob/master/src/RollbarServiceProvider.php#L23) defines `RollbarLogger` as a [singleton](https://laravel.com/docs/9.x/container#binding-a-singleton), in which the same instance will...
While having the option for asynchronous reporting via the rollbar-agent is great, it would be awesome to have the option to setup the package to use scheduled/queued reporting. Seeing as...
How would one use this with Laravel Nova? https://nova.laravel.com/docs/3.0/installation.html#error-reporting https://github.com/rollbar/rollbar-php/issues/415
Hi - https://github.com/rollbar/rollbar-php-laravel/pull/108 I have added one new comment - error which was supposed to be resolved is still there.
Laravel 6's new error page: Ignition brings a range of valuable error information and possible solutions. Errors reported to Rollbar should take advantage of all of that information as well.
Add https://github.com/commitizen/cz-cli to repo's dependencies. Add config for commitizen to use https://www.npmjs.com/package/cz-conventional-changelog This will provide the `git cz` command which makes creating conventional-changelog commits easy This also needs we will...