egg2-raven

egg sentry

Usage no npm install needed!

<script type="module">
  import egg2Raven from 'https://cdn.skypack.dev/egg2-raven';
</script>

README

egg-raven

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

Install

$ npm i egg2-raven --save

Usage

// {app_root}/config/plugin.js
exports.raven = {
  enable: true,
  package: 'egg2-raven',
};

Configuration

// {app_root}/config/config.default.js
exports.raven = {
  url:""
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT