gulp-sentry-release icon indicating copy to clipboard operation
gulp-sentry-release copied to clipboard

Release your files to Sentry using Sentry Release API

Results 6 gulp-sentry-release issues
Sort by recently updated
recently updated
newest added

After this plugin wasn't working for me, I figured out that the default for domains (sentry calls this *url prefix*) should be `~`. See https://github.com/getsentry/sentry-cli/blob/master/docs/releases.rst#upload-source-maps

Hi @ducdigital, are you still interested in supporting/improving this library for the future? This seems to be the most popular sentry release tool on NPM and it's quite outdated. The...

The usage of `API_KEY` is a bit confusing since [that's not what's expected](https://github.com/ducdigital/gulp-sentry-release/blob/master/README.md#how-do-i-use-this-awesome-gulp-plugin). When the update was made to use auth tokens over API keys, this library's API was not...

Please include my code into the main repo. It was very confusing to see the message about successful removing of the project while it was not removed.

Currently DOMAIN option allows a string. I need more fine control over the DOMAIN name and have added the ability for DOMAIN to be a callback function with a single...

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',...