uft/honeybader_magento2

HoneyBadger Error Reporting for Magento2

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

v1.2.0 2021-04-15 10:35 UTC

This package is auto-updated.

Last update: 2024-03-29 04:38:59 UTC


README

This module has been tested with Magento 2.3.

Install Instructions

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