$bugsnagWordPress->setNotifyReleaseStages doesn’t work
-
Expected behavior
$bugsnagWordpress->setNotifyReleaseStages([‘production’]);
Should only report errors from production envObserved behavior
Reports errors from all envSteps to reproduce
– Install plugin
– Add $bugsnagWordpress->setNotifyReleaseStages([‘production’]); to the theme functions file
– Produce an error/exceptionVersion
1.3.1Additional information
In Configuration.php in the method shouldNotify is $this->notifyReleaseStages = NULL, setNotifyReleaseStages in Client.php is never triggered for what I was able to debug.https://docs.bugsnag.com/platforms/php/wordpress/configuration-options/#setnotifyreleasestages
Also added on Github: https://github.com/bugsnag/bugsnag-wordpress/issues/33
- The topic ‘$bugsnagWordPress->setNotifyReleaseStages doesn’t work’ is closed to new replies.