Skip to content

Commit 3852db2

Browse files
committed
Make use of new verbose logging feature
1 parent aceca61 commit 3852db2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ module.exports = {
176176
return Promise.all(uploads).then(function() {
177177
return plugin._getReleaseFiles(sentrySettings);
178178
}).then(function(response) {
179-
console.log('RELEASE FILES: ', response);
179+
this.log('Files known to sentry for this release', { verbose: true });
180+
this.log(response, { verbose: true });
180181
});
181182
});
182183
}, function(err){

0 commit comments

Comments
 (0)