Closed
Bug 1606903
Opened 6 years ago
Closed 6 years ago
Collect some telemetry data related to storage.local API methods calls failed for unexpected indexedDB issues
Categories
(WebExtensions :: Storage, task, P1)
WebExtensions
Storage
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: rpl, Assigned: rpl)
References
Details
Attachments
(2 files)
3.24 KB,
text/plain
|
chutten|PTO
:
data-review+
|
Details |
47 bytes,
text/x-phabricator-request
|
Details | Review |
As part of a discussion related to how to recover from unexpected IndexedDB errors (e.g. due to unexpected corruptions of the underlying SQLITE file, e.g. see Bug 1603669) we agreed that it would be helpful to collect some data related to the incidence of this issues and (and possibly what kind of error we got).
At the moment, we do collect telemetry related to which kind of unexpected errors prevents the data migration from the JSON to the IndexedDB backend, but for the API methods themselves we do have histograms related to timing of the get and set methods, but we do not collect any telemetry on unexpected errors.
![]() |
||
Updated•6 years ago
|
Assignee: nobody → lgreco
Priority: -- → P1
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9132382 -
Flags: data-review?(chutten)
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment on attachment 9132382 [details]
request-data-review-bug-1606903-storage-local-errors.md
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes. This collection is Telemetry so is documented in its definitions file [Events.yaml](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Events.yaml) and the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
No. This collection will expire in Firefox 81.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
Yes. :rpl is responsible for renewing or removing the collection before it expires in Firefox 81.
---
Result: datareview+
Attachment #9132382 -
Flags: data-review?(chutten) → data-review+
Pushed by luca.greco@alcacoop.it:
https://hg.mozilla.org/integration/autoland/rev/8f8cea1b5429
Record DOMException name for unexpected errors raised while executing a storage.local API call. r=mixedpuppy
![]() |
||
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•