I'm unsure if I have a configuration error or there is a breaking change in your through2 dependency but when running this gulp task I consistently get:
{path-to-my-project}/node_modules/gulp-sentry-release/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:533
dest.on('unpipe', onunpipe);
^
TypeError: Object function (err) {
finish(err, 'callback');
} has no method 'on'
I'm unsure if I have a configuration error or there is a breaking change in your
through2dependency but when running this gulp task I consistently get: