Skip to content

Commit cb04914

Browse files
Register the TelemetryIdentifierStep
1 parent 36cb342 commit cb04914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web/Composing/CompositionExtensions/Installer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public static Composition ComposeInstaller(this Composition composition)
1414
composition.Register<NewInstallStep>(Lifetime.Scope);
1515
composition.Register<UpgradeStep>(Lifetime.Scope);
1616
composition.Register<FilePermissionsStep>(Lifetime.Scope);
17+
composition.Register<TelemetryIdentifierStep>(Lifetime.Scope);
1718
composition.Register<ConfigureMachineKey>(Lifetime.Scope);
1819
composition.Register<DatabaseConfigureStep>(Lifetime.Scope);
1920
composition.Register<DatabaseInstallStep>(Lifetime.Scope);

0 commit comments

Comments
 (0)