承接 innocode-digital/wp-bugnag-fe 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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-fe
    

    By default, it will be installed as Must Use Plugin. It's possible to control with extra.installer-paths in composer.json.

  • Alternate way is to clone this repo to wp-content/mu-plugins/ or wp-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
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2022-07-29