Skip to content

fix: ignore unmapped PerformanceIssue events#1852

Open
officialasishkumar wants to merge 1 commit intoChromeDevTools:mainfrom
officialasishkumar:fix/performance-issue-warning
Open

fix: ignore unmapped PerformanceIssue events#1852
officialasishkumar wants to merge 1 commit intoChromeDevTools:mainfrom
officialasishkumar:fix/performance-issue-warning

Conversation

@officialasishkumar
Copy link
Copy Markdown

Summary

  • ignore Audits PerformanceIssue events before passing them to the DevTools IssuesManager mapper, which currently has no handler for that issue code
  • preserve the existing mapper/logging path for other issue codes
  • add regression coverage that PerformanceIssue is ignored without collecting an issue or writing a console warning

Fixes #1850

Testing

  • npm run build
  • npm run test:no-build -- tests/PageCollector.test.ts
  • npm run check-format

@OrKoN OrKoN requested a review from Lightning00Blade April 13, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unhandled Audits PerformanceIssue spams stderr: 'No handler registered for issue code PerformanceIssue'

1 participant