Releases: rollbar/rollbar-php-laravel
Releases · rollbar/rollbar-php-laravel
v7.0.0
Laravel 8.x support, #103
v5.0.0
- Compatible with Laravel 6.
- Full support for Laravel >= 5.6 and < 6 continues in branch
laravel-5.8
.
v4.0.3
#76 Rollbar\DataBuilder->getPerson() does not include context added by Rollbar\Laravel\MonologHandler->addContext()
v2.4.3
#77 PHP 5.* builds for v2.4.2 seem to be failing
v4.0.2
- #61: fix the package name in composer.json
- Updates to README.md
- PR #72 : Correct link to Laravel 5.5 installation guide
- PR #75 : Properly handle Laravel model for "person_fn".
v2.4.2
- #74: RollbarServiceProvider won't log errors returned by api.
- #73: Person TypeError
- #71: "Unable to send messages to Rollbar API. Produced response:" message before log item
v2.4.1
- #68 Add top level exception catch clause to prevent apps breaking due to uncaught exceptions in the SDK
- #67 Critical: #690 E_ERROR: Call to a member function getStatus() on null when upgrading from 2.3.0 to 2.4.0 using Laravel 5.2
- Fix RollbarTest
v2.4.0
- Add logging Rollbar API connectivity problems
- Update README.md
- Clover coverage setup
- Fixed
tests/RollbarTest.php
v4.0.1
- #56 Class 'App\Exceptions\Handler' not found
- PR #58 Fixed the access_token config getter function