@fire-bird/highway-plugin-col-tracer

0.0.3 • Public • Published

@fire-bird/highway-plugin-col-tracer

COL-SDK 埋点解决方案

About

COL-SDK 相关的解决方案

Usage

在 plugin 中加入配置

{
  plugins: [
    [
      'col-tracer',
      {
        colOptions: {
          appKey: 'CBAA953B5DA72625', //
          reportPerformance: true,
          debug: true // 根据你的需要开启debug
        }
      }
    ]
    //...other plugins
  ]
}

Options

  • colOptions: colInit 时传入的参数

Note

APP_ENV 为'prod' 或者 colOptions.debug 设置为 true 时才会进行 COL 的初始化,也就是说上线后或者开启 debug(一般来说用于本地调试)时就会开启。

Readme

Keywords

none

Package Sidebar

Install

npm i @fire-bird/highway-plugin-col-tracer

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

3.3 kB

Total Files

4

Last publish

Collaborators

  • dq_x