Closed srlowe closed 10 years ago
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.
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.