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

Fix root node for Symfony 4.2 and lower #73

Closed damienalexandre closed 5 years ago

damienalexandre commented 5 years ago

Goal

A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0. This Pull Request fix this and allow Symfony 4.2 users to use this bundle without deprecation notices.

Changed

The way the Configuration is read.

lyrixx commented 5 years ago

:+1: / cc @kattrali

desmax commented 5 years ago

ping @kattrali

tomlongridge commented 5 years ago

Thanks @damienalexandre - I re-raised your change (with a small refactor) in #80.