We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5ae85 commit 975b53bCopy full SHA for 975b53b
public/app/core/components/grafana_app.ts
@@ -17,7 +17,7 @@ export class GrafanaCtrl {
17
18
$scope._ = _;
19
20
- $rootScope.profilingEnabled = store.getBool('profilingEnabled');
+ $rootScope.profilingEnabled = store.getBool('profilingEnabled') || config.buildInfo.env === 'development';
21
$rootScope.performance = { loadStart: new Date().getTime() };
22
$rootScope.appSubUrl = config.appSubUrl;
23
0 commit comments