2.0.0 • Published 5 years ago

egg-sofa-tracer v2.0.0

Weekly downloads
130
License
MIT
Repository
github
Last release
5 years ago

egg-sofa-tracer

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

Install

$ npm i egg-sofa-tracer --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT