[2026-09-18] eagle: work/projects/cpm-m3-telemetry-privacy-triage.md

This commit is contained in:
Alexey Martemyanov
2026-09-18 14:26:59 +06:00
parent bd7ccc84dc
commit c92e3980f0
@@ -68,9 +68,8 @@ Example: `view@-60,died_crash@-42,error_background_failed_to_load@-41`.
| `extension_type` | `embedded`, `darkMode`, `adBlocking`, `searchToken`, `unknown` | | `extension_type` | `embedded`, `darkMode`, `adBlocking`, `searchToken`, `unknown` |
| `reload_trigger` | `data_clearing`, `scriptlet_update`, `explicit` | | `reload_trigger` | `data_clearing`, `scriptlet_update`, `explicit` |
| `reload_phase` | `unload`, `load`, `lightweight_load`, `full_load`, `fallback_load` | | `reload_phase` | `unload`, `load`, `lightweight_load`, `full_load`, `fallback_load` |
| `reload_error` | `already_loaded`, `not_loaded`, `base_url_in_use`, `no_background_content`, `background_failed_to_load`, `unknown`, `other` |
The four fields above are allowlisted enums. The pixel also sends standard error parameters: The three fields above are allowlisted enums. The pixel also sends standard error parameters:
| Parameter | Values | | Parameter | Values |
|---|---| |---|---|
@@ -79,7 +78,7 @@ The four fields above are allowlisted enums. The pixel also sends standard error
| `ud` (`underlyingErrorDomain`) | Immediate underlying NSError domain, when present. | | `ud` (`underlyingErrorDomain`) | Immediate underlying NSError domain, when present. |
| `ue` (`underlyingErrorCode`) | Immediate underlying numeric code, when present. | | `ue` (`underlyingErrorCode`) | Immediate underlying numeric code, when present. |
Unknown domains/codes are preserved even when `reload_error=other`. Localized descriptions, file paths and other userInfo contents are not serialized. The underlying error chain is not traversed beyond the immediate error. Original domains/codes are preserved without category mapping. Localized descriptions, file paths and other userInfo contents are not serialized. The underlying error chain is not traversed beyond the immediate error.
## Testing ## Testing