Skip to content

Releases: rollbar/rollbar-php-laravel

v7.0.0

10 Sep 17:38
9ffed90
Compare
Choose a tag to compare

Laravel 8.x support, #103

v6.0.0

03 Mar 20:19
11df7e1
Compare
Choose a tag to compare

Laravel 7.x support, #97

v5.0.0

02 Oct 07:38
Compare
Choose a tag to compare
  • Compatible with Laravel 6.
  • Full support for Laravel >= 5.6 and < 6 continues in branch laravel-5.8.

v4.0.3

02 Jan 14:39
e4ea034
Compare
Choose a tag to compare

#76 Rollbar\DataBuilder->getPerson() does not include context added by Rollbar\Laravel\MonologHandler->addContext()

v2.4.3

02 Jan 14:41
Compare
Choose a tag to compare

#77 PHP 5.* builds for v2.4.2 seem to be failing

v4.0.2

17 Dec 05:26
ba561c3
Compare
Choose a tag to compare
  • #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

17 Dec 05:32
Compare
Choose a tag to compare
  • #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

04 Oct 23:17
Compare
Choose a tag to compare
  • #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

02 Oct 14:11
Compare
Choose a tag to compare
  • Add logging Rollbar API connectivity problems
  • Update README.md
  • Clover coverage setup
  • Fixed tests/RollbarTest.php

v4.0.1

26 Sep 11:57
e02e4d1
Compare
Choose a tag to compare
  • #56 Class 'App\Exceptions\Handler' not found
  • PR #58 Fixed the access_token config getter function