Skip to content

Commit

Permalink
Merge pull request #645 from spras/master
Browse files Browse the repository at this point in the history
Remove secret_key from required keys
  • Loading branch information
stayallive authored Aug 16, 2018
2 parents b95bcc4 + 343c9aa commit 4df912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sentry
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function cmd_test($dsn)
));

$config = get_object_vars($client);
$required_keys = array('server', 'project', 'public_key', 'secret_key');
$required_keys = array('server', 'project', 'public_key');

echo "Client configuration:\n";
foreach ($required_keys as $key) {
Expand Down

0 comments on commit 4df912c

Please # to comment.