Open
Bug 1435805
Opened 7 years ago
Updated 9 months ago
Add telemetry to measure Sent Tab failures
Categories
(Firefox for iOS :: Telemetry, enhancement, P2)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: jhugman, Unassigned)
Details
In anticipation for re-working send-tab via pushbox, we should have a good idea that what we're doing is working.
This bug needs to log notifications that fail to be decrypted and decoded.
This is especially tricky given that one of the main causes of decryption failure is the extension failing to run.
Log a failure:
1. in the extension when a message is received, but zero tabs have been found.
2. in the app when a message is tapped on, but the message needs decrypting (as if the extension failed).
(1) is needed in the extension because we proactively try and reduce the number of Tap to begin messages in a number of ways. We want to count these, even if the user doesn't get to see them.
(2) will undercount the messages, given that the user can dismiss the notification before the message is decrypted (thus losing the message entirely).
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → jhugman
Updated•7 years ago
|
Priority: -- → P1
Updated•7 years ago
|
Updated•7 years ago
|
Priority: P1 → P2
Updated•2 years ago
|
Severity: normal → S3
Comment 1•9 months ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: jhugman → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•