summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/docs/Telemetry.rst
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/search/docs/Telemetry.rst')
-rw-r--r--toolkit/components/search/docs/Telemetry.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/toolkit/components/search/docs/Telemetry.rst b/toolkit/components/search/docs/Telemetry.rst
new file mode 100644
index 0000000000..70f5271ed1
--- /dev/null
+++ b/toolkit/components/search/docs/Telemetry.rst
@@ -0,0 +1,23 @@
+=========
+Telemetry
+=========
+
+Scalars
+-------
+
+browser.searchinit.init_result_status_code
+ Records the search service initialization code on startup. This is typically
+ one of the error values in https://searchfox.org/mozilla-central/source/xpcom/base/ErrorList.py
+
+Keyed Scalars
+-------------
+
+browser.searchinit.engine_invalid_webextension
+ Records the WebExtension ID of a search engine where the saved search engine
+ settings do not match the WebExtension.
+
+ The keys are the WebExtension IDs. The values are integers:
+
+ 1. Associated WebExtension is not installed.
+ 2. Associated WebExtension is disabled.
+ 3. The submission URL of the associated WebExtension is different to that of the saved settings.