From 6ebb76b6a3cfa8875eff9ba057bde12071d39062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Susa=20T=C3=BCnker?= Date: Wed, 1 Oct 2025 08:49:53 +0200 Subject: [PATCH 1/2] Fix MDX parsing error in network diagnostic tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove problematic HTML comments that caused MDX parsing to fail - Comments with '\!' characters inside MDX were causing parser errors - Page should now load correctly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- platform/network-diagnostic-tools.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/network-diagnostic-tools.mdx b/platform/network-diagnostic-tools.mdx index fa163ad..ce30ba6 100644 --- a/platform/network-diagnostic-tools.mdx +++ b/platform/network-diagnostic-tools.mdx @@ -12,7 +12,6 @@ Checkly provides: - **TCP Dumps:** capture network traffic to inspect packet-level behavior - **MTR (My Trace Route):** trace the path your request takes across the internet - Whether you're debugging a slow response or tracing a connection failure, these tools help you get to the root of the problem. @@ -58,7 +57,3 @@ MTR is currently only available for API checks. On failed checks, an MTR report is displayed directly in the Network Diagnostics section of the check results page. The table shows each hop, its IP or hostname, along with metrics such as packet loss, latency, and jitter. - - From 4b202b511abc847fd393b4ac11e193f5a328322c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Susa=20T=C3=BCnker?= Date: Wed, 1 Oct 2025 09:15:00 +0200 Subject: [PATCH 2/2] Restore commented content using proper JSX comment syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Convert HTML comments to JSX comments {/* */} - HTML comments were causing MDX parsing errors - JSX comments are the recommended way to comment in MDX - Restore the Ping (ICMP) section that was coming in Q4 2025 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- platform/network-diagnostic-tools.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform/network-diagnostic-tools.mdx b/platform/network-diagnostic-tools.mdx index ce30ba6..63d3b56 100644 --- a/platform/network-diagnostic-tools.mdx +++ b/platform/network-diagnostic-tools.mdx @@ -12,6 +12,7 @@ Checkly provides: - **TCP Dumps:** capture network traffic to inspect packet-level behavior - **MTR (My Trace Route):** trace the path your request takes across the internet +{/* - **Ping (ICMP):** test basic reachability and measure latency to a target host */} Whether you're debugging a slow response or tracing a connection failure, these tools help you get to the root of the problem. @@ -57,3 +58,7 @@ MTR is currently only available for API checks. On failed checks, an MTR report is displayed directly in the Network Diagnostics section of the check results page. The table shows each hop, its IP or hostname, along with metrics such as packet loss, latency, and jitter. +{/* ### Ping (ICMP) + +[coming in Q4 2025] */} +