Skip to content

Releases: OxCom/symfony-rollbar-bundle

Rollbar configuration update

28 May 12:22
e157606
Compare
Choose a tag to compare
  • Configuration of bundle has been updated to handler new config of rollbar
  • Deprecation notes were resolved to handle symfony 4.2+ realization

Security update of Twig

20 Mar 20:24
da8f65d
Compare
Choose a tag to compare
v2.2.0

Update phpunit.xml.dist

v2.1.3

08 Dec 13:30
4f66ccb
Compare
Choose a tag to compare
  • fix: deprecation warnings
  • update: more AbstractPersonProvider class (allow custom DI)

Update configuration for exclude property

11 Oct 14:20
6c55d7d
Compare
Choose a tag to compare
Merge pull request #18 from OxCom/develop

Wrong parameter value in config

Release v2.1.1

20 Sep 11:59
a23be47
Compare
Choose a tag to compare

#14 Fix configuration issue with person function

Release v2.1.0

15 Aug 12:29
2fc9c6f
Compare
Choose a tag to compare

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

22 Jun 20:30
84b2729
Compare
Choose a tag to compare

Fix intergration of extension into Symfony.

JS: Fix and improvement

21 Jun 17:09
Compare
Choose a tag to compare

Release contains fix and improvement for integration Rollbar Js

Support for Rollbar 'checkIgnore' configuration

11 Apr 08:17
Compare
Choose a tag to compare
  • Added support for Rollbar 'checkIgnore' configuration

RollbarJs, Rersone tracking and bug fixes

05 Apr 09:18
Compare
Choose a tag to compare

Changes:

  • #3 Person tracking
  • #4 Fix tracking of \Error on PHP7+
  • #5 Extend exclude functionality: now it's possible exclude by interface
  • #6 RollbarJS integration