Open
Bug 1755525
Opened 3 years ago
Updated 2 years ago
report view should only use processed crash data
Categories
(Socorro :: Webapp, task, P2)
Socorro
Webapp
Tracking
(Not tracked)
NEW
People
(Reporter: willkg, Unassigned)
References
Details
The Crash Stats site has a report view where you can see all the details of a single crash report. This report consists of a bunch of tabs each of which contains data about the crash report.
Currently, the report view displays information from the raw and the processed crash reports.
We should change the report view to only show information that has been normalized and validated. This reduces some of the code complexity for the report view which currently handles weird data. This also moves us closer to having a single schema with property metadata, descriptions, etc.
We'll continue to have the "Crash Annotations" tab which shows the raw crash annotation data, but the rest of the report view should only show data from the processed crash.
You need to log in
before you can comment on or make changes to this bug.
Description
•