From 02aec29a865c42b7cb40672d27ef99e4ea5a5ac8 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Fri, 28 Aug 2026 13:10:18 +0000
Subject: [PATCH] docs: add CLI version notes for monitor constructs and
Playwright language support
---
constructs/grpc-monitor.mdx | 2 ++
constructs/ssl-monitor.mdx | 2 ++
constructs/traceroute-monitor.mdx | 2 ++
.../browser-checks/playwright-support.mdx | 4 ++++
4 files changed, 10 insertions(+)
diff --git a/constructs/grpc-monitor.mdx b/constructs/grpc-monitor.mdx
index eda986fc..fd77c464 100644
--- a/constructs/grpc-monitor.mdx
+++ b/constructs/grpc-monitor.mdx
@@ -11,6 +11,8 @@ import GeneralMonitorOptionsTable from '/snippets/general-monitor-options-table.
Learn more about gRPC Monitors in [the gRPC monitor overview](/detect/uptime-monitoring/grpc-monitors/overview).
+The `GrpcMonitor` construct requires Checkly CLI v8.15.0 or later.
+
Use gRPC Monitors to verify that your gRPC services are reachable, responding correctly, and meeting performance expectations. Monitors run in two modes:
- **BEHAVIOR** — Invokes a unary gRPC method and asserts on the response
diff --git a/constructs/ssl-monitor.mdx b/constructs/ssl-monitor.mdx
index 324aa296..c1d9f472 100644
--- a/constructs/ssl-monitor.mdx
+++ b/constructs/ssl-monitor.mdx
@@ -11,6 +11,8 @@ import GeneralMonitorOptionsTable from '/snippets/general-monitor-options-table.
Learn more about SSL Monitors in [the SSL monitor overview](/detect/uptime-monitoring/ssl-monitors/overview).
+The `SslMonitor` construct requires Checkly CLI v8.15.0 or later.
+
Use SSL Monitors to verify the health and security posture of your TLS certificates. The examples below show how to configure monitoring for common scenarios.
diff --git a/constructs/traceroute-monitor.mdx b/constructs/traceroute-monitor.mdx
index a9ea303b..1f8d34b9 100644
--- a/constructs/traceroute-monitor.mdx
+++ b/constructs/traceroute-monitor.mdx
@@ -11,6 +11,8 @@ import GeneralMonitorOptionsTable from '/snippets/general-monitor-options-table.
Learn more about Traceroute Monitors in [the Traceroute monitor overview](/detect/uptime-monitoring/traceroute-monitors/overview).
+The `TracerouteMonitor` construct requires Checkly CLI v8.15.0 or later.
+
Traceroute monitors map the network path to a host hop-by-hop, measuring per-hop latency and packet loss, and detecting whether the destination is reached. Use them to monitor path stability and catch routing issues before they affect your users.
diff --git a/detect/synthetic-monitoring/browser-checks/playwright-support.mdx b/detect/synthetic-monitoring/browser-checks/playwright-support.mdx
index d326c3b8..64f1fadf 100644
--- a/detect/synthetic-monitoring/browser-checks/playwright-support.mdx
+++ b/detect/synthetic-monitoring/browser-checks/playwright-support.mdx
@@ -15,6 +15,9 @@ Checkly natively supports running complex browser checks that mimic real user ac
- Easy to use locators like `getByTitle`, `getByRole`
- Visual regression testing
+
+Checkly runs Playwright tests written in JavaScript or TypeScript only. Tests written with Playwright's Python, Java, or .NET bindings can't run on Checkly.
+
## Features
@@ -22,6 +25,7 @@ This is the list of Playwright features that are currently supported. We will up
| Feature | Supported? |
|--------------------------|---------------------------------------------------------------------------------------------------------------------------|
+| Languages | JavaScript and TypeScript |
| Trace files | Yes |
| Video recordings | Yes |
| API testing | Yes |