Tracing: Remove feature flag (#23834)

This commit is contained in:
Andrej Ocenas
2020-04-23 20:46:42 +02:00
committed by GitHub
parent de1e70a474
commit 376765b3d7
7 changed files with 34 additions and 56 deletions

View File

@@ -39,7 +39,6 @@ export interface FeatureToggles {
*/
meta: boolean;
newVariables: boolean;
tracingIntegration: boolean;
}
/**

View File

@@ -53,7 +53,6 @@ export class GrafanaBootConfig implements GrafanaConfig {
newEdit: false,
meta: false,
newVariables: true,
tracingIntegration: false,
};
licenseInfo: LicenseInfo = {} as LicenseInfo;
rendererAvailable = false;