Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #5094: Adds telemetry for show search shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz committed Oct 9, 2019
1 parent 6ec0d46 commit e74bb75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ events:
preference_key:
description: "The preference key for the switch preference the user toggled. We currently track:
show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks,
search_browsing_history, and show_clipboard_suggestions"
search_browsing_history, show_clipboard_suggestions, and show_search_shortcuts"
enabled:
description: "Whether or not the preference is *now* enabled"
bugs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ sealed class Event {
context.getString(R.string.pref_key_tracking_protection),
context.getString(R.string.pref_key_search_bookmarks),
context.getString(R.string.pref_key_search_browsing_history),
context.getString(R.string.pref_key_show_clipboard_suggestions)
context.getString(R.string.pref_key_show_clipboard_suggestions),
context.getString(R.string.pref_key_show_search_shortcuts)
)

override val extras: Map<Events.preferenceToggledKeys, String>?
Expand Down

0 comments on commit e74bb75

Please sign in to comment.