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

Commit

Permalink
Fixes #3557 The search counts telemetry is recording partial data (#…
Browse files Browse the repository at this point in the history
…3582)

* #3557 The search counts telemetry is recording partial data

* Revert expiration date
  • Loading branch information
razvanlitianu authored Nov 16, 2022
1 parent c86a51f commit 46fd3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blockzilla/BrowserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ class BrowserViewController: UIViewController {
}

fileprivate func recordSearchEvent(_ source: Source) {
let identifier = searchEngineManager.activeEngine.getNameOrCustom()
let identifier = searchEngineManager.activeEngine.getNameOrCustom().lowercased()
let source = source.rawValue
GleanMetrics.BrowserSearch.searchCount["\(identifier).\(source)"].add()
}
Expand Down

0 comments on commit 46fd3f0

Please sign in to comment.