Skip to content

Commit

Permalink
Fix metric name in iOS UptimeMonitor (uplift to 1.66.x) (#23427)
Browse files Browse the repository at this point in the history
Uplift of #23417 (squashed) to beta
  • Loading branch information
brave-builds committed May 6, 2024
1 parent 3600cd1 commit 6ad3ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/brave-ios/Sources/Growth/UptimeMonitor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class UptimeMonitor {
]
let durationInMinutes = Int(Preferences.UptimeMonitor.uptimeSum.value / 60.0)
UmaHistogramRecordValueToBucket(
"Brave.Uptime.BrowserOpenMinutes",
"Brave.Uptime.BrowserOpenTime",
buckets: buckets,
value: durationInMinutes
)
Expand Down

0 comments on commit 6ad3ec0

Please sign in to comment.