Lauren Karl
Lauren Karl

Reputation: 393

Disable Chrome v 84 Issues Tab in JS console

Is there a way to toggle on/off the "Issues" tab in the Chrome dev tools console? It's a noble idea but I don't need it all the time. (Sorry I'm not allowed to post pictures inline but the links are below)

The tab appears regardless of logging level

The only way I know to hide it is to click "Go to Issues"

Clicking that button opens the lower console, and then I have to close the Issues tab every single time. I'm only working on a handful of pages and most of the issues are warnings that are out of my control (Same-Site cookies from 3rd parties etc.).

Upvotes: 28

Views: 3456

Answers (1)

sneakyfildy
sneakyfildy

Reputation: 361

Good news. Chrome 85 will show it less frequently. https://bugs.chromium.org/p/chromium/issues/detail?id=1068116#c25

Upvotes: 9

Related Questions