Make “Selected Context Only” persist in Chrome DevTools console settings

You can use the filter option as a workaround. For example I was able to hide warnings like ‘DevTools failed to load SourceMap: Could not load content for…’ with regex -/failed\sto\sload\ssource\smap/

enter image description here

Also you can find a documentation for filtering here https://developers.google.com/web/tools/chrome-devtools/console/reference#filter

Leave a Comment