0.3.1 • Published 5 years ago

egg-tracing v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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

0.3.1

5 years ago

0.3.0

5 years ago

0.1.0

5 years ago