Skip to content

Releases: getsentry/sentry-symfony

0.4.0

08 Aug 12:55
Compare
Choose a tag to compare

Added

  • Added skip_capture configuration for excluding exceptions.

Changed

  • Security services are now optional.
  • Console exceptions are now captured.
  • Default PHP SDK hooks will now be installed (via Raven_Client->install).
  • SDK will now be registered as 'sentry-symfony'.

0.3.0: Merge pull request #9 from Jean85/master

08 Aug 12:56
Compare
Choose a tag to compare

Added

  • Added support for capturing the current user.