gulp-sentry-release
gulp-sentry-release copied to clipboard
Error in through2 dependency
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'
It's probably a configuration error on your part. Make sure you're piping the sentryRelease stream to a real stream.