winston-sentry icon indicating copy to clipboard operation
winston-sentry copied to clipboard

Add support for [email protected]

Open TuxGit opened this issue 7 years ago • 1 comments

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;

TuxGit avatar May 07 '18 12:05 TuxGit

@TuxGit I guess Because of this line

Transport.call does not exists. Maybe this helps you to write your custom transporter for it.

kasir-barati avatar May 06 '22 09:05 kasir-barati