Skip to content

Commit

Permalink
clients(devtools): default to ignore fatal errors (#15558)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianaixba authored Nov 1, 2023
1 parent 53746cc commit 4df512f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/devtools/devtools-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function createConfig(categoryIDs, device) {
// In DevTools, emulation is applied _before_ Lighthouse starts (to deal with viewport emulation bugs). go/xcnjf
// As a result, we don't double-apply viewport emulation.
screenEmulation: {disabled: true},
ignoreStatusCode: true,
};
if (device === 'desktop') {
settings.throttling = constants.throttling.desktopDense4G;
Expand Down

0 comments on commit 4df512f

Please sign in to comment.