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.3 #82

Closed iliabox closed 5 years ago

iliabox commented 5 years ago

Call TreeBuilder::root() deprecated since Symfony 4.3, pass the root name to the constructor instead

tomlongridge commented 5 years ago

Thanks @iliabox, however this is a duplicate of #79 which is due to be reviewed/released soon.

iliabox commented 5 years ago

@tomlongridge thanks