Closed
Bug 1617202
Opened 5 years ago
Closed 5 years ago
Turn TelemetrySessionId into a regular annotation
Categories
(Toolkit :: Crash Reporting, task, P1)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In order to reduce the API surface of the crash reporter we should remove all the annotations that are set in "magic" ways instead of using the regular interface. The most egregious of these is "TelemetrySessionId" which has its own setter exposed via nsICrashReporter
. There might have been historical reasons for this but now there's no need for it not to be a regular annotation.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b6b01b9402a8
Handle TelemetrySessionId like a regular crash annotation r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•