Merge pull request #20029 from andrewthauer/rollbar-token-secret

fix(rollbar): ensure token is hidden
This commit is contained in:
Fredrik Adelöw
2023-09-20 13:47:16 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -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;
};