File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ The Chrome DevTools MCP server supports the following configuration option:
471471 - ** Default:** ` true `
472472
473473- ** ` --performanceCrux ` / ` --performance-crux ` **
474- Set to false to disable CrUX (field data) integration in performance tools .
474+ Set to false to disable sending URLs from performance traces to CrUX API to get field performance data .
475475 - ** Type:** boolean
476476 - ** Default:** ` true `
477477
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export const cliOptions = {
208208 type : 'boolean' ,
209209 default : true ,
210210 describe :
211- 'Set to false to disable CrUX (field data) integration in performance tools .' ,
211+ 'Set to false to disable sending URLs from performance traces to CrUX API to get field performance data .' ,
212212 } ,
213213 usageStatistics : {
214214 type : 'boolean' ,
You can’t perform that action at this time.
0 commit comments