From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. 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