fix: hapus invalid observability fields, pin wrangler v4
Build and Push to GHCR / build-and-push (push) Failing after 1m29s
Deploy to Cloudflare Workers / Deploy to Cloudflare Workers (push) Successful in 23s

This commit is contained in:
asepharyana
2026-07-15 07:08:13 +07:00
parent 19f5910f1d
commit 9d08db79d4
2 changed files with 1 additions and 10 deletions
+1
View File
@@ -30,3 +30,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy
wranglerVersion: "4.110.0"
-10
View File
@@ -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"