Make the API Key a secret visibility config
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user