We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aceca61 commit 3852db2Copy full SHA for 3852db2
index.js
@@ -176,7 +176,8 @@ module.exports = {
176
return Promise.all(uploads).then(function() {
177
return plugin._getReleaseFiles(sentrySettings);
178
}).then(function(response) {
179
- console.log('RELEASE FILES: ', response);
+ this.log('Files known to sentry for this release', { verbose: true });
180
+ this.log(response, { verbose: true });
181
});
182
183
}, function(err){
0 commit comments