innocode-digital/wp-bugnag-fe
最新稳定版本:1.1.0
Composer 安装命令:
composer require innocode-digital/wp-bugnag-fe
包简介
Automatically detects issues from browser on site and notifies by email, chat or ticket system via Bugsnag.
README 文档
README
Description
Automatically detects issues from browser on site and notifies by email, chat or ticket system via Bugsnag.
Install
-
Preferable way is to use Composer:
composer require innocode-digital/wp-bugsnag-feBy default, it will be installed as Must Use Plugin. It's possible to control with
extra.installer-pathsincomposer.json. -
Alternate way is to clone this repo to
wp-content/mu-plugins/orwp-content/plugins/:cd wp-content/plugins/ git clone git@github.com:innocode-digital/wp-bugsnag-fe.git cd wp-bugsnag-fe/ composer install
If plugin was installed as regular plugin then activate AWS Lambda Prerender from Plugins page
or WP-CLI: wp plugin activate wp-bugsnag-fe.
Configuration
Add the following constants to wp-config.php:
define( 'BUGSNAG_FE_API_KEY', '' );
// Optionally, it's possible to change Bugsnag domain and/or version of library via `wp-config.php`:
define( 'BUGSNAG_FE_DOMAIN', '' );
define( 'BUGSNAG_FE_VERSION', 'v6' );
Usage
By default, library will be loaded with higher priority than wp_enqueue_scripts hook with attribute defer but
it's possible to control through innocode_bugsnag_fe_deferred hook:
add_action( 'innocode_bugsnag_fe_deferred', '__return_false' );
统计信息
- 总下载量: 441
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2022-07-29