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

[Bug] auto_notify=false does not work #152

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello, It would be useful to desactivate Bugsnag listeners/calls using a config flag. The "auto_notify" config flag does not work as expected if set to "false" (should avoid all Bugsnag api calls)

yousif-bugsnag commented 2 years ago

Hi @FredericGSOI, what API calls you're seeing when that is set to false? The auto_notify flag should disable automatic error reporting of unhandled exceptions, but explicit calls to notifyException will still result in an API call.

johnkiely1 commented 2 years ago

Closing this off as we have not heard from you in a while. Happy to re-open and reinvestigate if you can provide the answers to the questions above. Thanks.