From 168965172441c3f60b4d09a471add9ddfcdee66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20de=20Ant=C3=B3n?= Date: Tue, 7 Oct 2025 11:24:21 +0200 Subject: [PATCH] update to locations supported in all plans --- checkly.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkly.config.ts b/checkly.config.ts index a1ce4fc..a066818 100644 --- a/checkly.config.ts +++ b/checkly.config.ts @@ -10,7 +10,7 @@ export default defineConfig({ // reuse your existing Playwright configuration playwrightConfigPath: "./playwright.config.ts", // define locations from which your tests will run as monitors - locations: ["us-west-1", "eu-west-2", "ap-northeast-1"], + locations: ["us-east-1", "eu-central-1", "ap-southeast-1"], playwrightChecks: [ /**