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
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-rollbar-backend': patch
---
ensure rollbar token is hidden
+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;
};