Sane aboutwelcome bundle telemetry
Categories
(Firefox :: Messaging System, task, P2)
Tracking
()
People
(Reporter: aminomancer, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1875870 is going to add some documentation for how to query aboutwelcome bundle telemetry so we don't need to write up an essay explaining it every time. But even better would be to consolidate and simplify it so we don't need an essay to explain it in the first place. In particular, we should fundamentally change how we record message_id, so that every event emanating from a message has the same message_id. Right now we append different stuff to the message_id depending on the type of event. For most events, we record a string like this: {message_id}_{screen_index}_{screen_id}
and for events we append _{screen_initials}
. This makes querying very tedious. It would be better if we just recorded extra keys:
{
message_id,
screen_index,
screen_id,
all_screen_ids
}
Comment 1•9 months ago
|
||
We should leave the old message id string for backwards compatibility for the time being.
Updated•9 months ago
|
Comment 2•9 months ago
|
||
NI Shane if it's safe to mark this bug as duplicate of bug 1890073 Thanks
Reporter | ||
Comment 3•9 months ago
|
||
Yeah these are basically the same bug, thanks for catching.
Description
•