commit | 83748969b9e685dee5e7efff96cd337e16a5f939 | [log] [tgz] |
---|---|---|
author | Mike Dougherty <michaeldo@chromium.org> | Tue Feb 04 05:38:45 2025 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Feb 04 06:16:00 2025 |
tree | fb3723c89b80d73f7100901ac85b6b376dfcb946 | |
parent | 360dcecfcdf920910f83eafff40abdb4d896909b [diff] |
Only send JavaScript error DWC reports when actionable Currently, many of these reports have no actionable information associated with them. This CL updates the reporting logic to only upload reports which are actionable. Additionally, the `IOS.JavaScript.ErrorHasFilename` metric has been removed as we now have enough information to understand that checking filename is not sufficient to differentiate between a JS error from an injected feature script and one from the webpage's script. OBSOLETE_HISTOGRAMS=This histogram did not report useful information as errors with no filename could be from either the webpage or from Chrome's injected scripts. Bug: 394203899 Change-Id: Ied77d165ce2ea240df8f925ef515c285ec481743 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6209368 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Reviewed-by: Rohit Rao <rohitrao@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1415381} NOKEYCHECK=True GitOrigin-RevId: fded32467fb360e4b7cf20c0c657efcc386df908
This directory holds code related to Chrome for iOS. See this document for a description of the structure underneath this directory.