Skip to content

Commit a5c3c39

Browse files
authored
metrics: store sf project id in projectId not userId (#3569)
1 parent 40f9138 commit a5c3c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SIL.XForge.Scripture/Services/IMachineApiService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Task<DraftApplyResult> ApplyPreTranslationToProjectAsync(
2525
CancellationToken cancellationToken
2626
);
2727

28-
[LogEventMetric(EventScope.Drafting, nameof(sfProjectId))]
28+
[LogEventMetric(EventScope.Drafting, projectId: nameof(sfProjectId))]
2929
Task BuildCompletedAsync(string sfProjectId, string buildId, string buildState, Uri websiteUrl);
3030

3131
[LogEventMetric(EventScope.Drafting, nameof(curUserId), nameof(sfProjectId), captureReturnValue: true)]

0 commit comments

Comments
 (0)