Fix the subject of compile metrics

This commit is contained in:
Timothy Baldridge 2020-05-13 06:16:14 -06:00
parent 4357564347
commit f702615ed5

View File

@ -79,7 +79,7 @@ namespace Wabbajack.Lib
protected override async Task<bool> _Begin(CancellationToken cancel)
{
var _ = Metrics.Send("begin_compiling", ModListName ?? "unknown");
var _ = Metrics.Send("begin_compiling", MO2Profile ?? "unknown");
if (cancel.IsCancellationRequested) return false;
Queue.SetActiveThreadsObservable(ConstructDynamicNumThreads(await RecommendQueueSize()));
UpdateTracker.Reset();