-
Notifications
You must be signed in to change notification settings - Fork 472
Closes #5175: Add Glean keys for distinguishing between fatal and non-fatal native crashes #5700
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5700 +/- ##
============================================
- Coverage 79.44% 78.56% -0.88%
+ Complexity 5389 4427 -962
============================================
Files 583 581 -2
Lines 26452 20942 -5510
Branches 3988 3017 -971
============================================
- Hits 21014 16453 -4561
+ Misses 3934 3248 -686
+ Partials 1504 1241 -263
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
bors r=travis79 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requires data review.
Good catch! |
bors r- |
Canceled |
Request for data collection review
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data-review+ only
Data Review Form (to be filled by Data Stewards)
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, changes to the existing probe is documented in metrics.md
, and also updated in README
- Is there a control mechanism that allows the user to turn the data collection on and off?
Consumers control data collection, and all Mozilla products that consume AC must have a toggle for controlling data collection.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Permanent data collection, is an existing metric, but has tests for the new states.
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Type 1, type of crash
- Is the data collection request for default-on or default-off?
Default on
- Does the instrumentation include the addition of any new identifiers (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No
- Is the data collection covered by the existing Firefox privacy notice?
yes, type of crash, no PII
- Does there need to be a check-in in the future to determine whether to renew the data?
No, permanent collection w/ tests
- Does the data collection use a third-party collection tool?
No
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+! Please consider whether or not adding documentation for the label being remoed is of any use for your case.
Thanks! Agreed, I'll add the documentation. |
… fatal and non-fatal native crashes
bors r=Dexterp37, travis79 |
5700: Closes #5175: Add Glean keys for distinguishing between fatal and non-fatal native crashes r=Dexterp37,travis79 a=rocketsroger Co-authored-by: Roger Yang <[email protected]>
Timed out |
bors retry |
5700: Closes #5175: Add Glean keys for distinguishing between fatal and non-fatal native crashes r=Dexterp37,travis79 a=rocketsroger Co-authored-by: Roger Yang <[email protected]>
Build succeeded
|
Pull Request checklist
After merge