@sentry/browser
@sentry/node
raven-js
raven-node
_(raven for node)_4.5.4
After upgrade to 4.5.4 (from 4.4.2) difference strange errors appeared:
TypeError winston.lib.winston.transports:transport in exports.Console.exports.Transport
XXX: events.EventEmitter.call is not a function
...
XXX: stream.Stream.call is not a function
This issue is linked to https://github.com/getsentry/sentry-javascript/issues/1859#issuecomment-465114929
Patched in 4.6.2
(release in process)
@kamilogorek After seeing this issue we upgraded to 4.6.2
yesterday, however we are still experiencing the same errors.
There are no related fixes in 4.6.3
, right?
@shaninja there is – https://github.com/getsentry/sentry-javascript/commit/d539303c99ec5b36e2f6baa8c5f26c80fbb21876
JavaScript keeps on giving ¯_(ツ)_/¯
Thankfully we add test for every scenario we patch, so it shouldn't be a thing soon'ish.
Most helpful comment
Patched in
4.6.2
(release in process)