Skip to content

2.0

Compare
Choose a tag to compare
@Jean85 Jean85 released this 12 Dec 14:12
· 649 commits to master since this release
2.0
3e94025

Added

  • Add support for Symfony 4.x

Changed

  • The SentryBundle::VERSION constant has been replaced with the SentryBundle::getVersion(): string method, to get a more accurate result
  • Due to a deprecation in symfony/console, we require it at at least version 3.3, and we added a method to SentryExceptionListenerInterface:
    public function onConsoleException(ConsoleErrorEvent $event);

Removed

  • Drop support for Symfony 2.x
  • Drop support for PHP 5 and 7.0