-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added telemetry for logins key regeneration
- Loading branch information
1 parent
c39be3a
commit afd3ac1
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,52 @@ history: | |
- [email protected] | ||
- [email protected] | ||
expires: never | ||
|
||
logins_store_key_regneration: | ||
# These track when we need to regenerate the encryption key which causes all | ||
# local data to be lost | ||
lost: | ||
type: event | ||
description: > | ||
The encryption key was regenerated because it was lost | ||
bugs: | ||
- https://github.com/mozilla/application-services/issues/5221 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/12306 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
|
||
corrupt: | ||
type: event | ||
description: > | ||
The encryption key was regenerated because it didn't match the encrypted | ||
data | ||
bugs: | ||
- https://github.com/mozilla/application-services/issues/5221 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/12306 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
|
||
other: | ||
type: event | ||
description: > | ||
The encryption key was regenerated for an unknown reason | ||
bugs: | ||
- https://github.com/mozilla/application-services/issues/5221 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/12306 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: never |