mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Recorded Queries: Enable by default (#44397)
This commit is contained in:
@@ -93,7 +93,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
applicationInsightsConnectionString?: string;
|
||||
applicationInsightsEndpointUrl?: string;
|
||||
recordedQueries = {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
};
|
||||
featureHighlights = {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user