Closed
Bug 1475059
Opened 7 years ago
Closed 6 years ago
add “Raw Dump” tab to the new crash detail page
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: alexisdeschamps, Unassigned)
References
Details
This bug is a sub-task of: https://bugzilla.mozilla.org/show_bug.cgi?id=1468810
This bug covers the “Raw Dump” tab on the Socorro crash report page. Example page: https://crash-stats.mozilla.com/report/index/5bcb113c-8758-43b4-8a6e-2781c0180711#tab-rawdump
The tab would need the following data
- the raw stackwalker output of the crash
- whether the user has permissions to view raw dumps
- links to view
- raw dumps in various formats (e.g. .dmp, .json)
- unredacted crash
This is how the data could be obtained through an API:
GET https://crash-stats.mozilla.com/api/report/index/<crash id>/modules
This bug involves:
- writing an API to get the mentioned data in an easy-to-use JSON format
- creating the front-end components to display this data
Comment 1•6 years ago
|
||
Marking as INVALID. We're going to do the work in the original bug.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•