Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #8178: Set the NTP-SI P3A total count correctly (#8179)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson authored Oct 3, 2023
1 parent 6f88d20 commit 29cd032
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ final class NewTabPageP3AHelper {
let name = DynamicHistogramName(creativeInstanceId: creativeInstanceId, eventType: eventType)
countsStorage.eventCounts[creativeInstanceId]?.inflightCounts[eventType] = count
UmaHistogramRecordValueToBucket(name.histogramName, buckets: countBuckets, value: count)
}
if !eventCounts.counts.isEmpty {
totalActiveCreatives += 1
}
}
Expand Down

0 comments on commit 29cd032

Please sign in to comment.