Skip to content

Commit d79a72c

Browse files
authored
AppCenter: Track action code (#12282)
1 parent 5923c48 commit d79a72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Commands/Manager/CommandManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ public async Task ExecuteAsync()
470470
{
471471
if (IsExecutable)
472472
{
473-
Analytics.TrackEvent($"Triggered {Action.Label} action");
473+
Analytics.TrackEvent($"Triggered {Code.ToString()} action");
474474
await Action.ExecuteAsync();
475475
}
476476
}

0 commit comments

Comments
 (0)