From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- .../telemetry/docs/data/downgrade-ping.rst | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 toolkit/components/telemetry/docs/data/downgrade-ping.rst (limited to 'toolkit/components/telemetry/docs/data/downgrade-ping.rst') diff --git a/toolkit/components/telemetry/docs/data/downgrade-ping.rst b/toolkit/components/telemetry/docs/data/downgrade-ping.rst new file mode 100644 index 0000000000..5366255834 --- /dev/null +++ b/toolkit/components/telemetry/docs/data/downgrade-ping.rst @@ -0,0 +1,30 @@ + +"downgrade" ping +================ + +This ping is captured when attempting to use a profile that was previously used +with a newer version of the application. + +This ping is submitted directly through the ```pingsender```. The common ping +data relates to the profile and application that the user attempted to use. + +The client ID is submitted with this ping. No environment block is included with +this ping. + +Structure: + +.. code-block:: js + + { + type: "downgrade", + ... common ping data + clientId: , + payload: { + lastVersion: "", // The last version of the application that ran this profile + hasSync: , // Whether the profile is signed in to sync + hasBinary: , // Whether the last version of the application is available to run + button: // The button the user chose to click from the UI: + // 0 - Quit + // 1 - Create new profile + } + } -- cgit v1.2.3