uft/honeybader_magento2

Magento2 的 HoneyBadger 错误报告

安装: 27

依赖项: 0

建议者: 0

安全: 0

星级: 0

关注者: 2

分支: 1

开放问题: 0

类型:magento2-module

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

This package is auto-updated.

Last update: 2024-09-29 05:56:26 UTC


README

本模块已在 Magento 2.3 上进行了测试。

安装说明

  1. 运行 composer require uft/honeybader_magento2
  2. 将以下内容添加到 app/etc/env.php
<?php
return [
    'honeybadger' => [
        'api_key' => 'your-key-here'
    ],
    // Other settings...
];
  1. 运行 php bin/magento setup:upgrade
  2. 运行 php bin/magento setup:di:compile
  3. 根据您的配置,您可能需要运行 php bin/magento setup:static-content:deploy 和/或 php bin/magento cache:flush