FeatureFlags: set defaults in the registry rather than the ini file (#58106)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user