add telemetry_environment to processed crash
Categories
(Socorro :: Processor, defect, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We should add telemetry_environment
to the processed crash. When doing this, we can add a source_annotation
so that the CopyFromRawCrashRule
handles validation and copying it over.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
I added telemetry environment data to the processed crash schema and cribbed from the telemetry event schema:
A lot of fields have no descriptions. It'd be nice to have descriptions for everything.
I omitted the "attribution" section. That's covered in bug #1803147.
I changed the report view to show the telemetry environment data from the processed crash and degrade to using the TelemetryEnvironment annotation from the raw crash.
While working on this, I improved the validate_processed_crash.py script. It's a little clearer about what it's telling you and what you should do about it. I also fixed a couple of places to be clearer about the crux of the problem so it's easier to track down schema issues.
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Re-fixing match_key
so it's less ugly is covered in bug #1803189.
Assignee | ||
Comment 5•2 years ago
|
||
I pushed this just now to production in bug #1803661.
Description
•