Releases: OxCom/symfony-rollbar-bundle
Rollbar configuration update
Security update of Twig
v2.2.0 Update phpunit.xml.dist
v2.1.3
Update configuration for exclude property
Merge pull request #18 from OxCom/develop Wrong parameter value in config
Release v2.1.1
#14 Fix configuration issue with person function
Release v2.1.0
Changes:
rollbar.check_ignore - changed to lower-case.
rollbar.local_vars_dump - synced with documentation: default value is TRUE
rollbar_js.* - all settings were renamed to lower-case.
Please update your configuration.
New configuration options:
rollbar.capture_email: false
rollbar.capture_ip: true
rollbar.capture_username: false
rollbar.custom_data_method: null - see documentation page
rollbar.custom_truncation: null
rollbar.ca_cert_path: null
rollbar.transformer: null
rollbar.verbosity: 'error'
New interfaces:
- \SymfonyRollbarBundle\Provider\InterfaceLogger - for rollbar.logger
- \SymfonyRollbarBundle\Provider\InterfaceCustomData- for rollbar.custom_data_method
New feature:
Added console event handling events: console.error and console.exception (this event is deprecated and not available in SF4)
Twig integration
Fix intergration of extension into Symfony.
JS: Fix and improvement
Release contains fix and improvement for integration Rollbar Js
Support for Rollbar 'checkIgnore' configuration
- Added support for Rollbar 'checkIgnore' configuration