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

Create Symfony 6.2 example app #166

Open mclack opened 1 year ago

mclack commented 1 year ago

Goal

To document BugSnag being used in a Symfony 6 app. Symfony 6.2 is the latest maintained version of Symfony, and we currently have no ^6.x examples.

Design

Followed the current Symfony integration guide along with the symfony50 example app.

Changeset

symfony62 added to the example directory.

Testing

Tested each route configured in DefaultController.php - each exception was reported to the BugSnag dashboard successfully.