Skip to content

Commit

Permalink
Make Detailed telemetry the default (#13918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeegaan committed Mar 7, 2023
1 parent 84e20e7 commit a8a8a7f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ angular.module("umbraco.install").controller("Umbraco.Install.UserController", f
$scope.majorVersion = Umbraco.Sys.ServerVariables.application.version;
$scope.passwordPattern = /.*/;
$scope.installer.current.model.subscribeToNewsLetter = $scope.installer.current.model.subscribeToNewsLetter || false;
setTelemetryLevelAndDescription($scope.installer.current.model.telemetryIndex ?? 1);
setTelemetryLevelAndDescription($scope.installer.current.model.telemetryIndex ?? 2);

if ($scope.installer.current.model.minNonAlphaNumericLength > 0) {
var exp = "";
Expand Down

0 comments on commit a8a8a7f

Please sign in to comment.