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

Rollbar error monitoring integration for Laravel projects

Results 25 laravel-rollbar issues
Sort by recently updated
recently updated
newest added

1. Unable to scrub a particular cookie from data - OK maybe this is a feature. 2. Namespace issue. Let's say I have a GET param (I admit, poorly) named...

Updates the ReadMe to include: * How to pass user-specific data using Laravel's `Auth` facade. * How to pass only exceptions that are not included within the user's `$dontReport` array.

Adds Lumen 5.x support by using Monolog\RollbarHandler.

Hi, We've recently upgraded our app to Laravel 5.5 and noticed that exceptions are not reported the way they used to be before: the stack trace is completely gone from...

Your [usage documentation](https://github.com/jenssegers/laravel-rollbar#usage) suggests using `Log` facade to log all exceptions for Rollbar. ie) ``` php public function report(Exception $e) { \Log::error($e); return parent::report($e); } ``` However, the `parent::report($e)` call...

Currently, the build [is failing](https://travis-ci.org/jenssegers/laravel-rollbar/builds/253127329). This PR attempts to get in passing again and getting a few build-related things up-to-date. A working build on `master` also helps other PRs to...

Is it just me or is the json body of a request not sent along with the error? I get headers & GET/POST data, but no JSON body content

Rollbar has relased v.1.0.1 , this package currently is using version 0.15 , will updating to 1.0 break anything? otherwise it might be good to update the dependency.

Hello, ```php Symfony\Component\Debug\Exception\FatalErrorException: method_exists(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "App\Jobs\WeekActivity" of the object you...

There seems to be no indication of the software license of this project. As stated here (http://choosealicense.com/no-license/), it is better to have a license so there are no misconceptions about...