egg-sentry
Install
$ npm i egg-sentry --save
Usage
// {app_root}/config/plugin.js
exports.sentry = {
enable: true,
package: 'egg-sentry',
};
Configuration
// {app_root}/config/config.default.js
exports.sentry = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.