bugsnag / bugsnag-laravel

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
https://docs.bugsnag.com/platforms/php/laravel/
MIT License
876 stars 129 forks source link

Fetch the Guzzle instance from the DI container, if it exists #420

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

This PR adds support for fetching the Guzzle instance from the DI container using the bugsnag.guzzle alias. If bugsnag.guzzle does not exist, one will be created as before

Changeset

The remaining changes are to tests

Testing