Skip to content

Commit 723fe66

Browse files
author
Ruslan Zavacky
committed
Remove sentryApiKey from required config params
1 parent ee6a46d commit 723fe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
replaceFiles: true,
3737
strictSSL: true,
3838
},
39-
requiredConfig: ['publicUrl', 'sentryUrl', 'sentryOrganizationSlug', 'sentryProjectSlug', 'sentryApiKey', 'revisionKey'],
39+
requiredConfig: ['publicUrl', 'sentryUrl', 'sentryOrganizationSlug', 'sentryProjectSlug', 'revisionKey'],
4040

4141
prepare: function(context) {
4242
var isEnabled = this.readConfig('enableRevisionTagging');

0 commit comments

Comments
 (0)