Closed
Bug 1608104
Opened 6 years ago
Closed 6 years ago
add note indicating whether annotations were JSON
Categories
(Socorro :: Antenna, task, P1)
Socorro
Antenna
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
The crash reporter used to send annotations as key/val pairs in the multipart/form-data serialized payload of the crash report. With recent versions of Firefox and other products, it now sends the annotations as a JSON-encoded string value of the "extra" field.
Since this change, we've seen curious things. I'd like to add a note indicating whether the annotations were in JSON in the crash report or not.
Maybe an additional field in the raw crash:
- payload: JSON | multipart
This bug covers adding that.
| Assignee | ||
Comment 1•6 years ago
|
||
Grabbing this to do today. I need this for debugging issues as they come up.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Priority: -- → P1
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
This was deployed on 2020-01-09 as part of bug #1607787. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•