Skip to content

Releases: OxCom/symfony-rollbar-bundle

Extended support of Symfony

30 Mar 17:50
Compare
Choose a tag to compare

It's possible to use bundle on different versions of symfony v2.8.x, v3.x and v4.x.
List of the test were adapted to check all framework versions.
Merged pull requests:
#1 Symfony 2.8 support
#2 Service parameters fix

Extend configuration

31 Jan 22:46
Compare
Choose a tag to compare

Attempt to fix build that is related to configuration as a backside effect there was introduced new configuration property exclude. It allows to set a list exceptions that should be not passed to rollbar. Example:

  • Form validation exceptions
  • Debug exceptions
symfony_rollbar:
        enable: true
        exclude:
            - \Symfony\Component\Debug\Exception\FatalErrorException
            - \AppBundle\Exceptions\MyAwesomeException
        rollbar:
            access_token: 'some-secret-token-here'

Symfony best practices

13 Jan 11:59
Compare
Choose a tag to compare
  • Update code structure according to Symfony best practices
  • Support for Symfony 3 and Symfony 4
  • Update docs

Pepare to Symfony 4

15 Dec 17:58
Compare
Choose a tag to compare
  • fix build due to symfony phpunit bridge and separate process run
  • prepare to symfony 4: make service public

Rollbar update

27 Oct 20:56
Compare
Choose a tag to compare

Now rollbar minor version is not so strict

Rollbar update

16 Oct 07:14
Compare
Choose a tag to compare
  • Update rollbar client version from 0.18.2 to 1.3.2

PHP7 update: support 'Error' class

11 Sep 09:37
Compare
Choose a tag to compare

Fix:

  • update \SymfonyRollbarBundle\Payload\Generator to hande PHP7 error classes

Symfony3 Rollbar Bundle - fix

09 Aug 17:45
Compare
Choose a tag to compare

Fix function access level

Symfony3 Rollbar Bundle

08 May 09:20
Compare
Choose a tag to compare

First release