packagist sentry/sentry-symfony 1.0

latest releases: dev-dependabot/github_actions/codecov/codecov-action-4.3.1, dev-dependabot/github_actions/actions/checkout-4.1.5, dev-dependabot/github_actions/shivammathur/setup-php-2.30.4...
6 years ago

Added

  • Add official support to PHP 7.2 (#71)

Changed

  • Changed source folder from src/Sentry/SentryBundle to just src/ (thanks to PSR-4 and Composer this doesn't affect you)
  • Re-sort the constructor's arguments of ExceptionListener
  • The SentrySymfonyClient is no longer an optional argument of ExceptionListener; it's now required

Fixed

  • Remove usage of create_function() to avoid deprecations (#71)
  • Fix a possible bug that could make Sentry crash if an error is triggered before loading a console command
  • Fix a fatal error when the user token is not authenticated (#78)

Removed

  • Drop deprecated fields from configuration; the same options can be used (since 0.8.3) under sentry.options
  • Dropped the third argument from the SentrySymfonyClient constructor; error_types are now fetched from the second argument, the options array
  • Remove support for PHP versions lower than 5.6, since they are now EOL
  • Remove support for HHVM

Don't miss a new sentry-symfony release

NewReleases is sending notifications on new releases.