FeatureFlags: set defaults in the registry rather than the ini file (#58106)

This commit is contained in:
Ryan McKinley
2022-11-03 17:34:01 +00:00
committed by GitHub
parent 9c7b6b1ce8
commit 857e545c5a
4 changed files with 20 additions and 16 deletions
@@ -17,6 +17,7 @@ export interface FeatureToggles {
[name: string]: boolean | undefined; // support any string value
alertingBigTransactions?: boolean;
promQueryBuilder?: boolean;
trimDefaults?: boolean;
disableEnvelopeEncryption?: boolean;
database_metrics?: boolean;