2.0
Added
- Add support for Symfony 4.x
Changed
- The
SentryBundle::VERSIONconstant has been replaced with theSentryBundle::getVersion(): stringmethod, 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 toSentryExceptionListenerInterface:
public function onConsoleException(ConsoleErrorEvent $event);Removed
- Drop support for Symfony 2.x
- Drop support for PHP 5 and 7.0