If I get an error fetching some JSON in an XHR request, rendering web-console isn't going to help; I'm better off dropping into a debugger on the server process.
Any interest in adding merging a PR adding rails configuration setting like config.web_console.skip_request? = lambda {|request| request.xhr?}