burdapraha/oc_sentry
Composer 安装命令:
composer require burdapraha/oc_sentry
包简介
Implementation Sentry for Opencart 2.3.x
README 文档
README
Sentry for 🛒 OpenCart 2.3.x
"Sentry is a cross-platform 💥 crash reporting and aggregation platform". For more information see official Sentry repository
Installation
- Requiring installed vQmod because vQmod doesn't support installing via composer itself.
- 💲
composer require sasedev/composer-plugin-filecopierfor files manipulating - 💲
composer require burdapraha/oc_sentry dev-master - Add this code to your 🎵 composer.json project file, extra section:
"extra": {
"filescopier": [
{
"source": "vendor/burdapraha/oc_sentry/upload",
"destination": "upload",
"debug": "true"
},
{
"source": "vendor/burdapraha/oc_version_number/upload",
"destination": "upload",
"debug": "true"
}
]
}
It will move vQmod xml file to correct folder.
- add 🔑 constants to your
config.phpand/admin/config.php:
define('SENTRY_PHP', 'FILL_YOUR_ACCESS_PHP');define('SENTRY_JS', 'FILL_YOUR_ACCESS_JS');define('SENTRY_JS_LIB', ''); // here constant is optional, if you want use self-hosted raven-js library
- optionally you can add row to your
.gitignorefile with path to sentry.xml (example: upload/vqmod/xml/sentry.xml) - celebrate! 🎉 🎉 🎉
统计信息
- 总下载量: 984
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-21
