You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* include source-mapped stack trace for uncaught errors ([#876](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/876)) ([ecef712](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/ecef712e70b47ae81eb3364d0aed801ec1c91a70))
9
+
10
+
11
+
### 🛠️ Fixes
12
+
13
+
* accidental extra typing in the fill tool ([#886](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/886)) ([3d6e59d](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/3d6e59dda42be3c6fd97446344a28cbbaa5809b3))
* use 1-based line/column and fix wasm offsets in stack frames ([#884](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/884)) ([7e1ec81](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/7e1ec81fb63ec8b7c6d77dbdc88beef4240243ba))
16
+
17
+
18
+
### 📄 Documentation
19
+
20
+
* mention source-mapped stack traces in 'Key features' ([#883](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/883)) ([579d18a](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/579d18a3f4d1d8d05bf267a39de7f2f53e719b17))
[puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in
21
21
Chrome and automatically wait for action results.
@@ -27,6 +27,12 @@ allowing them to inspect, debug, and modify any data in the browser or DevTools.
27
27
Avoid sharing sensitive or personal information that you don't want to share with
28
28
MCP clients.
29
29
30
+
Performance tools may send trace URLs to the Google CrUX API to fetch real-user
31
+
experience data. This helps provide a holistic performance picture by
32
+
presenting field data alongside lab data. This data is collected by the [Chrome
33
+
User Experience Report (CrUX)](https://developer.chrome.com/docs/crux). To disable
34
+
this, run with the `--no-performance-crux` flag.
35
+
30
36
## **Usage statistics**
31
37
32
38
Google collects usage statistics (such as tool invocation success rates, latency, and environment information) to improve the reliability and performance of Chrome DevTools MCP.
@@ -472,6 +478,11 @@ The Chrome DevTools MCP server supports the following configuration option:
472
478
-**Type:** boolean
473
479
-**Default:**`true`
474
480
481
+
-**`--performanceCrux`/ `--performance-crux`**
482
+
Set to false to disable sending URLs from performance traces to CrUX API to get field performance data.
483
+
-**Type:** boolean
484
+
-**Default:**`true`
485
+
475
486
-**`--usageStatistics`/ `--usage-statistics`**
476
487
Set to false to opt-out of usage statistics collection. Google collects usage data to improve the tool, handled under the Google Privacy Policy (https://policies.google.com/privacy). This is independent from Chrome browser metrics. Disabled if CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS or CI env variables are set.
477
488
-**Type:** boolean
@@ -569,15 +580,12 @@ The following code snippet is an example configuration for gemini-cli:
0 commit comments