Closed Bug 1475055 Opened 6 years ago Closed 6 years ago

add “Modules” tab to the new crash detail page

Categories

(Socorro :: Webapp, task)

task
Not set
normal

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 “Modules” tab on the Socorro crash report page. Example page: https://crash-stats.mozilla.com/report/index/5bcb113c-8758-43b4-8a6e-2781c0180711#tab-modules The tab would need the following data about the crash from the a parsed_dump of the crash: - for each module of the parsed_dump: - Filename (missing_symbols, symbol_url, and filename) - Version (version) - Debug Identifier (debug_id) - Debug Filename (debug_file) - certification information - Signer (cert_subject) 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
No longer depends on: 1475046
Blocks: 1475059
No longer blocks: 1475059
Marking this 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.