Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Post: add telemetry notices and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Grisha Kruglov committed Dec 12, 2019
1 parent 81a20cf commit 346b509
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/service/sync-logins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

A library for integrating with Firefox Sync - Logins.

## Before using this component
Products sending telemetry and using this component *must request* a data-review following [this process](https://wiki.mozilla.org/Firefox/Data_Collection).
This component provides data collection using the [Glean SDK](https://mozilla.github.io/glean/book/index.html).
The list of metrics being collected is available in the [metrics documentation](../../support/sync-telemetry/docs/metrics.md).

## Motivation

The **Firefox Sync - Logins Component** provides a way for Android applications to do the following:
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ permalink: /changelog/
* `browser-engine-gecko-beta`: GeckoView 72.0
* `browser-engine-gecko-nightly`: GeckoView 73.0

* **support-telemetry-sync**
* Added new telemetry ping, to support password sync: `passwords_sync`.

* **service-firefox-accounts**
* 🕵️ **New Telemetry Notice**
* Added telemetry for password sync, via the new `passwords_sync` in **support-telemetry-sync**

* **sync-logins**
* 🕵️ **New Telemetry Notice**
* Added telemetry for password sync, via the new `passwords_sync` in **support-telemetry-sync**

* **samples-sync**
* Added support for password synchronization (not reflected in the UI, but demonstrates how to integrate the component).

# 25.0.0

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v24.0.0...v25.0.0)
Expand Down

0 comments on commit 346b509

Please sign in to comment.