@zcorky/egg-sentry
v1.0.0
Published
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][codecov-image]][codecov-url] [![David deps][david-image]][david-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][down
Downloads
3
Maintainers
Readme
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.