0.1.2 • Published 6 years ago
@maiduote/moleculer-sentry v0.1.2
moleculer-sentry
How to use it
install
npm install @maiduote/moleculer-sentry
use
const Sentry = require('@maiduote/moleculer-sentry')
module.exports = {
mixins: [Sentry],
settings: {
/** @type {String} DSN given by sentry. */
dsn: null,
/** @type {Object} Additional options for `Sentry.init` */
options: {}
}
}