diff --git a/public/app/core/components/grafana_app.ts b/public/app/core/components/grafana_app.ts index 0a2e49e5d72..bfa0720fd71 100644 --- a/public/app/core/components/grafana_app.ts +++ b/public/app/core/components/grafana_app.ts @@ -17,7 +17,7 @@ export class GrafanaCtrl { $scope._ = _; - $rootScope.profilingEnabled = store.getBool('profilingEnabled'); + $rootScope.profilingEnabled = store.getBool('profilingEnabled') || config.buildInfo.env === 'development'; $rootScope.performance = { loadStart: new Date().getTime() }; $rootScope.appSubUrl = config.appSubUrl;