From 30ccb660cd1b422f0d56cb51588780f0ea5a46e9 Mon Sep 17 00:00:00 2001 From: Chris H-C Date: Mon, 13 Jan 2025 10:50:32 -0500 Subject: [PATCH] Deprecate the current contents of events_best_practices --- src/cookbooks/events_best_practices.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cookbooks/events_best_practices.md b/src/cookbooks/events_best_practices.md index c59ee16dd..6131c2b5c 100644 --- a/src/cookbooks/events_best_practices.md +++ b/src/cookbooks/events_best_practices.md @@ -1,5 +1,8 @@ # Telemetry Events Best Practices +**Note:** This doc is deprecated and will be updated in [bug 1940696](https://bugzilla.mozilla.org/show_bug.cgi?id=1940696). +In the meantime, please consult [the Glean event documentation](https://mozilla.github.io/glean/book/reference/metrics/event.html). + ## Overview: [The Telemetry Events API](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/collection/events.html) allows users to define and record events in the browser.