This module has been tested with Magento 2.3.
- Run
composer require uft/honeybader_magento2
- Add the following to app/etc/env.php:
<?php
return [
'honeybadger' => [
'api_key' => 'your-key-here'
],
// Other settings...
];
- Run
php bin/magento setup:upgrade
- Run
php bin/magento setup:di:compile
- Depending on your setup you may need to run
php bin/magento setup:static-content:deploy
and / orphp bin/magento cache:flush