egg-tracing
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

egg-tracing

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-tracing --save

Usage

// {app_root}/config/plugin.js
exports.tracing = {
  enable: true,
  package: 'egg-tracing',
};

Configuration

// {app_root}/config/config.default.js
exports.tracing = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-tracing

Weekly Downloads

3

Version

0.3.1

License

MIT

Unpacked Size

7.53 kB

Total Files

9

Last publish

Collaborators

  • zcong