winston-sentry
winston-sentry copied to clipboard
Add support for [email protected]
Tested [email protected] and its not work.
some crutch:
// Sentry.prototype.log = function (level, msg, meta, callback) {
Sentry.prototype.log = function (info, callback) {
const { level, message: msg, meta } = info;