uft / honeybader_magento2
HoneyBadger Error Reporting for Magento2
Package info
github.com/mist-01/honeybader_magento2
Type:magento2-module
pkg:composer/uft/honeybader_magento2
v1.2.0
2021-04-15 10:35 UTC
Requires
- php: >=7.0.0
- honeybadger-io/honeybadger-php: ^1.9
This package is auto-updated.
Last update: 2026-03-01 00:34:46 UTC
README
This module has been tested with Magento 2.3.
Install Instructions
- 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:deployand / orphp bin/magento cache:flush