Closed simplenotezy closed 4 years ago
Hi @simplenotezy
I managed to reproduce this behaviour by activating the Bugsnag plugin, but then clearing the Bugsnag API Key field under the plugin settings. Can you check the plugin settings and confirm that you've correctly set your project's API key?
It appears that if you activate the plugin but don't set the API key, the Bugsnag client doesn't get initialized and the reflection call fails resulting in this error.
@simplenotezy Closing this as we haven't had a response. Please contact Bugsnag support if you're still having issues.
Expected behavior
I am calling
$bugsnagWordpress->setReleaseStage(
below. I would expect it to work.Observed behavior
I am receiving error:
How come? Obviously $bugsnagWordpress exists.