guzru/winston-sentry

Additional data in winston.log() call ignored.

Closed this issue · 1 comments

In winston I can do this: logger.error('Some error message', { someProperty : data });

However, when this is wired to the winston-sentry transport, 'someProperty' is discarded at some point.

Should be solved in the latest version available.