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 configuration class not found #174

Closed imjoehaines closed 7 months ago

imjoehaines commented 7 months ago

Goal

This happens when using composer's '--classmap-authoritative' option (see #173)

This PR fixes it by loading the correct Configuration class upfront (using composer's autoload.files) rather than rely on doing it at the time of autoloading Configuration.php