Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1550794 - Add telemetry probe to count number of node selections.…
… r=gl Adds a new permanent telemetry probe (scalar) to count the number of times a node selection is made in the Inspector. This count will be correlated with other existing probes (open count, duration open) to establish a more accurate baseline for Inspector usage and correct for accidental usage. When opening the Inspector via the context menu ("Inspect Element"), the selection is counted twice: once when automatically selecting the `<body>` to build the dom tree and once more for selecting the actual target node. This side-effect does not pollute our data. We assign a higher weight to the behavior of "Inspect Element" as being intentional usage of the Inspector so the higher node selection count works in our favor. Differential Revision: https://phabricator.services.mozilla.com/D31231 --HG-- extra : moz-landing-system : lando
- Loading branch information