Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@OxCom OxCom released this 15 Aug 12:29
· 35 commits to master since this release
2fc9c6f

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)