When I try to enable the module either in the UI or with Drush, the following message is displayed and the module remains uninstalled:

"Currently using Bugsnag API key missing version The Bugsnag API key is missing. Please configure your settings."

The instructions in the read me are to first enable the module and then configure the api key.

Is anyone else getting this?

Comments

emdahlstrom created an issue. See original summary.

emdahlstrom’s picture

Title: Requires api set before enabling module - need to enable the module to configure the api key » Requires api key set before enabling module - need to enable the module to configure the api key
Issue summary: View changes
belyj_vladislav’s picture

you can set up api key in your setting.php

$config['bugsnag.settings']['bugsnag_apikey'] = 'your-api-key-here';