bugsnag-symfony
bugsnag-symfony copied to clipboard
BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
### Description The Symfony bundle does not seem to provide a way to configure the `auto_capture_sessions` option. The Laravel integration does provide this. **Describe the solution you'd like** It would...
This is my attempt at resolving issue #35. This PR enables custom callbacks to be registered to the Bugsnag `Client` object, by creating a service and tagging it with the...
First off, this bundle has come a long way and I really like it now, great job, and thank you! One snag I ran into though: ### Expected behavior According...
### Description While taking a look at my Datadog's longest traces, I noticed that, for a 404, 80% of the time is spent in curl sending data to Bugsnag: ...
## Goal Symfony 5.0 is past end of life. The latest maintained 5.x version is 5.4, so this example app should be upgraded to that version. ## Changeset - `symfony50`...
## 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...
### Description I maintain [Acquia CLI](https://github.com/acquia/cli), a Symfony Console application. I can't figure out how to report exceptions to Bugsnag via this library. Many libraries similar to Bugsnag, such as...