bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Fixed deprecated since Symfony 4.1 #81

Closed iliabox closed 5 years ago

iliabox commented 5 years ago

Calling "Symfony\Component\HttpFoundation\Request::getSession()" when no session has been set is deprecated since Symfony 4.1 and will throw an exception in 5.0. Use "hasSession()" instead.

tomlongridge commented 5 years ago

Thanks @iliabox, however this is duplicate of #79 - due to be reviewed/released shortly.

iliabox commented 5 years ago

@tomlongridge thanks