⚠IMPORTANT: This release failed to produce android artifacts, and should not be used. Instead, use v61.0.12, which contains no major changes beyond those listed in this changelog⚠️
FxA Client
What's new
-
Send-tab metrics are recorded. A new function,
fxa_gather_telemetry
on the
account object (exposed asaccount.gatherTelemetry()
to Kotlin) which
returns a string of JSON.This JSON might grow to support non-sendtab telemetry in the future, but in
this change it has:commands_sent
, an array of objects, each withflow_id
andstream_id
string values.commands_received
, an array of objects, each withflow_id
,stream_id
andreason
string values.