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
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:
@@ -30,3 +30,4 @@ jobs:
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
command: deploy
|
||||
wranglerVersion: "4.110.0"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user