fix(rollbar): ensure token is hidden

Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
This commit is contained in:
Andrew Thauer
2023-09-19 16:08:29 -04:00
committed by Fredrik Adelöw
parent 7f1036448b
commit 407f4284be
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;
};