Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 1223087]
[ID: 1223134]
Milestone(s) impacted by this issue. [ID: 1223085]
[ID: 1223084]
[ID: 1223086]
[ID: 1223031]
Platform
Platform>DevTools
Platform>DevTools>Console
[ID: 1253656]
Supplemental component tags only. Set main component first. [ID: 1222907]
[ID: 1223136]
Design doc to be reviewed. [ID: 1223032]
This field contains Gerrit urls of code changes that ‘fix’ a security bug (i.e., excluding logging/cleanup commits) and is used when a singular fix cannot be uniquely identified from the existing “Code Changes” field. The change can be in the chromium repo or any other third_party repo. [ID: 1358989]
Link to incidents in IRM as a result of this ticket. [ID: 1300460]
[ID: 1223034]
[ID: 1223088]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Estimated effort
Unintended behavior
View staffing
Description
Steps to reproduce the problem
Problem Description
Refilinghttps://issues.chromium.org/u/1/issues/379788109 with new information since I'm not sure if closed issues are still watched.
The issue was closed because there were no linkable frames at all. However, the async stack trace is ignored in that heuristic. In this specific example the async trace does have linkable (i.e. non ignored) frames.
By showing the full sync trace, it takes the eyes away from the useful async trace. The heuristic should take both async and sync trace into account.
Some frames in the logged error (from console.error(error)) are ignore-listed. This can be confirmed by clicking on the dimmed stackframes and noticing the "This script is on the debugger's ignore list".
The affordance to toggle ignore-listed frames is only shown when the callstack of the console.error call is expanded. However, it has no effect on the frames of the logged error.
I don't have any custom exclusion roles. Only "Known third-party scripts from source maps" is enabled.
Summary
ignore-listed frames in a logged error are shown dimmed by default
Additional Data
Category: Developer Tools
Chrome Channel: Stable
Regression: No