Releases: OxCom/symfony-rollbar-bundle
Releases · OxCom/symfony-rollbar-bundle
Extended support of Symfony
Extend configuration
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
- Update code structure according to Symfony best practices
- Support for Symfony 3 and Symfony 4
- Update docs
Pepare to Symfony 4
- fix build due to symfony phpunit bridge and separate process run
- prepare to symfony 4: make service public
Rollbar update
Now rollbar minor version is not so strict
Rollbar update
- Update rollbar client version from 0.18.2 to 1.3.2
PHP7 update: support 'Error' class
Fix:
- update \SymfonyRollbarBundle\Payload\Generator to hande PHP7 error classes
Symfony3 Rollbar Bundle - fix
Fix function access level
Symfony3 Rollbar Bundle
First release