Make the API Key a secret visibility config

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
Karan Shah
2022-02-11 15:56:27 +00:00
parent 761b3c978e
commit 58a801eefc
+1
View File
@@ -19,6 +19,7 @@ export interface Config {
airbrake: {
/**
* The API Key to authenticate requests. More details on how to get this here: https://airbrake.io/docs/api/#authentication
* @visibility secret
*/
apiKey: string;
};