Merge pull request #20029 from andrewthauer/rollbar-token-secret
fix(rollbar): ensure token is hidden
This commit is contained in:
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