Skip to content

Commit

Permalink
Merge pull request #4874 from wikimedia/T364049-metrics-fix
Browse files Browse the repository at this point in the history
Fix missing wiki_id
  • Loading branch information
mazevedofs authored Jul 3, 2024
2 parents 2a6aeef + b41663b commit 8a01601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wikipedia/Code/ImageRecommendationsFunnel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ final class ImageRecommendationsFunnel: NSObject {
}

func logDialogWarningMessageDidDisplay() {
logEvent(activeInterface: .recommendedImageToolbar, action: .warning)
logEvent(activeInterface: .recommendedImageToolbar, action: .warning, project: project)
}
}

0 comments on commit 8a01601

Please sign in to comment.