fix(rollbar): ensure token is hidden
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
7f1036448b
commit
407f4284be
Vendored
+1
@@ -20,6 +20,7 @@ export interface Config {
|
||||
/**
|
||||
* The authentication token for accessing the Rollbar API
|
||||
* @see https://explorer.docs.rollbar.com/#section/Authentication
|
||||
* @visibility secret
|
||||
*/
|
||||
accountToken: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user