uft / honeybader_magento2
HoneyBadger Error Reporting for Magento2
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.0.0
- honeybadger-io/honeybadger-php: ^1.9
This package is auto-updated.
Last update: 2025-03-29 00:54:01 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:deploy
and / orphp bin/magento cache:flush