From 68b6442851c6ae01f12ac317f18abda40450ff81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Z=C3=BCnd?= Date: Wed, 4 Feb 2026 06:50:45 +0100 Subject: [PATCH] docs: mention source-mapped stack traces in 'Key features' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5f29a00..56e0d72a6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Chrome DevTools for reliable automation, in-depth debugging, and performance ana DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record traces and extract actionable performance insights. - **Advanced browser debugging**: Analyze network requests, take screenshots and - check the browser console. + check browser console messages (with source-mapped stack traces). - **Reliable automation**. Uses [puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in Chrome and automatically wait for action results.