alucardatem / bugsnag
Magento 2 Bugsnag 远程调试
2.3.0
2019-05-16 10:48 UTC
Requires
- bugsnag/bugsnag: ^3.0.0
- magento/framework: 100.*|101.*|102.*
- magento/magento-composer-installer: *
This package is auto-updated.
Last update: 2024-09-12 00:02:55 UTC
README
Magento 2 Bugsnag 通知器
要求
-
Composer 安装器:将模块内容复制到 app/code/ 目录下。为了安装它,请在根目录下运行以下命令
composer require magento/magento-composer-installer
安装
-
将模块添加到 composer
composer require interjar/bugsnag
-
启用模块
bin/magento module:enable Interjar_BugSnag
-
部署静态内容和编译 DI
bin/magento setup:static-content:deploy bin/magento setup:di:compile
-
清除缓存
使用方法
安装完成后,您需要将 API 密钥添加到安装的 app/etc/env.php 文件中,如下所示,以数组格式
'bugsnag' => array(
'api_key' => 'YOUR_API_KEY_HERE'
),
可选配置选项
有关 Bugsnag 中 发布阶段 的更多信息
'bugsnag' => array(
...
'release_stage' => 'staging',
...
),
支持
如果您对此扩展有任何问题,请在 GitHub 上提交问题。
贡献
任何贡献都将受到高度赞赏。最佳代码贡献方式是在 GitHub 上提交 pull request。
许可证
版权
© 2017 Interjar Ltd