Closed Bug 1664129 Opened 4 years ago Closed 4 years ago

The new printing UI no longer reports error telemetry

Categories

(Core :: Printing: Setup, defect)

defect

Tracking

()

RESOLVED INVALID

People

(Reporter: jwatt, Unassigned)

Details

As reported in bug 1663536 comment 1, the increase in printing errors has dropped back down again. Dropped down suspicously low, in fact. It turns out that in bug 1653319 I failed to notice that switching to the new API required adding new telemetry reporting calls... :-(

Actually never mind, I'm wrong. Everything's fine. We still report the errors that we previously reported.

To expand on the details a little, we report errors using PrintUtils._displayPrintingError(). This function isn't called directly on the old PrintUtils based codepaths though. It is called in response to "Printing:Error" events occurring in the print document and being seen by the PrintingChild.jsm code. We still, for now, load PrintingChild.jsm into the print documents and therefore continue to report telemetry for the same errors.

Assignee: jwatt → nobody
Status: NEW → RESOLVED
Closed: 4 years ago
Priority: P1 → --
No longer regressed by: 1653319
Resolution: --- → INVALID
Whiteboard: [print2020_v82][old-ui-]
You need to log in before you can comment on or make changes to this bug.