rollbar-php-laravel icon indicating copy to clipboard operation
rollbar-php-laravel copied to clipboard

Rollbar error monitoring integration for Laravel projects

Results 10 rollbar-php-laravel issues
Sort by recently updated
recently updated
newest added

Similar to telemetry in rollbar.js. This needs to include the config options for enabling/disabling telemetry and scrubbing telemetry data.

Type: Enhancement

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...

Type: Question

The framework parameter is always unknown For example it could be something like `sprintf("Laravel %s", app()->version());`

Rank: 2 - Major
Status: 1 - Discussion
Type: Enhancement

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.

Rank: 3 - Minor
Status: 3 - Construction
Type: Maintenance

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...

Type: Question

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...

Type: Enhancement

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...