1.0.0 • Published 7 years ago
@zcorky/egg-sentry v1.0.0
egg-sentry
Install
$ npm i egg-sentry --saveUsage
// {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.
License
1.0.0
7 years ago