egg-sofa-tracer
v2.0.0
Published
The node version of sofa tracer
Downloads
12
Readme
egg-sofa-tracer
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.