From 8df6e7779bb588457dbd88caee2d91c2a53e33c6 Mon Sep 17 00:00:00 2001
From: "checkly-release-bot[bot]"
<2754512+checkly-release-bot[bot]@users.noreply.github.com>
Date: Wed, 25 Mar 2026 13:19:50 +0000
Subject: [PATCH] docs: sync Playwright Reporter changelog v1.9.0
---
detect/testing/playwright-reporter-changelog.mdx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/detect/testing/playwright-reporter-changelog.mdx b/detect/testing/playwright-reporter-changelog.mdx
index 49d34d28..d6195139 100644
--- a/detect/testing/playwright-reporter-changelog.mdx
+++ b/detect/testing/playwright-reporter-changelog.mdx
@@ -13,6 +13,12 @@ Learn more about:
## Full release history
+
+ **Improved**
+
+ - **Faster secret scrubbing** — Trace scrubbing now runs in parallel across CPU cores and the scrubbing engine has been optimized to skip unnecessary work, making the reporter noticeably faster for test suites with traces enabled.
+
+
**Breaking Changes**