Skip to content

Releases: getsentry/sentry-symfony

0.5.0

08 Aug 12:55
Compare
Choose a tag to compare

Changed

  • Raise sentry/sentry minimum requirement to ## 1.2.0. - 2017-xx-xx Fixed an issue with a missing import (#24)### . - 2017-xx-xx prefixes and app_path will now be bound by default.

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.