From 9d08db79d47d85459a26b03b573ef81139c6240a Mon Sep 17 00:00:00 2001 From: asepharyana Date: Wed, 15 Jul 2026 07:08:13 +0700 Subject: [PATCH] fix: hapus invalid observability fields, pin wrangler v4 --- .github/workflows/cloudflare.yml | 1 + wrangler.toml | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index 4911034..1a8540a 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -30,3 +30,4 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} command: deploy + wranglerVersion: "4.110.0" diff --git a/wrangler.toml b/wrangler.toml index c4971a4..fe2f1da 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -9,20 +9,10 @@ workers_dev = true # ── Observability ──────────────────────────────────────────────────────────── [observability] -enabled = false -head_sampling_rate = 1 - -[observability.logs] enabled = true head_sampling_rate = 1 -persist = true invocation_logs = true -[observability.traces] -enabled = true -persist = true -head_sampling_rate = 1 - # ── Environment Variables ─────────────────────────────────────────────────── # [vars] # RELAY_TIMEOUT_MS = "30000"