Closed
Bug 1392664
Opened 8 years ago
Closed 8 years ago
Add SentryIntegration API for saving tags/attributes to all logs/crash reports
Categories
(Firefox for iOS :: Telemetry, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Iteration:
1.28
Tracking | Status | |
---|---|---|
fxios | 9.0 | --- |
People
(Reporter: justindarc, Assigned: justindarc)
Details
(Whiteboard: [MobileCore][Telemetry])
Attachments
(1 file)
We should have some ability to stick tags/attributes to all future logs/crash reports in a given app session. Some API like the following:
SentryIntrgration.shared.addAttributes(["databaseUpgrade.from": 123, "databaseUpgrade.to": 456])
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jdarcangelo
Status: NEW → ASSIGNED
Iteration: --- → 1.28
Priority: -- → P1
Whiteboard: [MobileCore][Telemetry]
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8899914 -
Flags: review?(sarentz)
Updated•8 years ago
|
Attachment #8899914 -
Flags: review?(sarentz) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/267d2ed7630bb72cf9da29d53a492b77974b2fe5
Needs uplift to v9.x
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Whiteboard: [MobileCore][Telemetry] → [MobileCore][Telemetry][needsuplift]
Assignee | ||
Comment 3•8 years ago
|
||
Landed on v9.x:
https://github.com/mozilla-mobile/firefox-ios/commit/335865f07acb72a36b7054c8716b592487146a87
Whiteboard: [MobileCore][Telemetry][needsuplift] → [MobileCore][Telemetry]
You need to log in
before you can comment on or make changes to this bug.
Description
•