Closed
Bug 2064758
Opened 23 days ago
Closed 1 day ago
Don't log remote settings attachment downloads
Categories
(Application Services :: Remote Settings, defect)
Application Services
Remote Settings
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bdk, Assigned: bdk)
References
Details
(Whiteboard: [fxsync-])
Attachments
(1 file)
I added some code that emits breadcrumbs each time we download an RS attachment, but that's generating a lot of log entries in iOS since we download a lot of attachments. I just heard of reports of 600 lines in a row. There's a few ways we could deal with this:
- Only report breadcrumbs for collection downloads, not attachments
- Add option for reporting a breadcrumb without logging it
- Don't use breadcrumbs for this, instead make sure that any failures include the URL in the error message.
Let's figure out which one of these is most reasonable and implement it.
Updated•23 days ago
|
Comment 1•2 days ago
|
||
| Assignee | ||
Updated•2 days ago
|
Status: NEW → ASSIGNED
Comment 2•1 day ago
|
||
Authored by https://github.com/bendk
https://github.com/mozilla/application-services/commit/0209031d7c4bb7b07c30b8b03c583ec39a4a6411
[main] Bug 2064758 - Only log remote settings downloads on error (#7592)
Status: ASSIGNED → RESOLVED
Closed: 1 day ago
Flags: qe-verify+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•