From 6d66bfec378f455353525d66d98ed46fff2b2329 Mon Sep 17 00:00:00 2001 From: Daniel Paulus Date: Thu, 27 Aug 2026 12:31:13 +0200 Subject: [PATCH 1/2] docs(agent): changelog entry for v8.7.0 --- platform/private-locations/change-log.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/private-locations/change-log.mdx b/platform/private-locations/change-log.mdx index 3867c7ca..0b640cc5 100644 --- a/platform/private-locations/change-log.mdx +++ b/platform/private-locations/change-log.mdx @@ -17,6 +17,10 @@ Learn more about: ## Full release history + +- Errors from browser, multistep and Playwright checks inside the agent are now reported to the private location's Errors tab + + - Fixed a bug that prevented pcap files from being cleaned up - Expose `CHECKLY_TRACE_ID` to API check setup & teardown scripts From 2c5780f3a7d493e91ed005fa9a645fbb72a096ed Mon Sep 17 00:00:00 2001 From: Daniel Paulus Date: Thu, 27 Aug 2026 12:32:29 +0200 Subject: [PATCH 2/2] =?UTF-8?q?docs(agent):=20v8.7.0=20entry=20=E2=80=94?= =?UTF-8?q?=20agent=20errors,=20not=20check=20failures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/private-locations/change-log.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/private-locations/change-log.mdx b/platform/private-locations/change-log.mdx index 0b640cc5..30443fdd 100644 --- a/platform/private-locations/change-log.mdx +++ b/platform/private-locations/change-log.mdx @@ -18,7 +18,7 @@ Learn more about: ## Full release history -- Errors from browser, multistep and Playwright checks inside the agent are now reported to the private location's Errors tab +- Internal errors of the agent's Node.js component (which runs browser, multistep and Playwright checks) are now reported to the private location's Errors tab, like the Go component's already were