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:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
command: deploy
|
command: deploy
|
||||||
|
wranglerVersion: "4.110.0"
|
||||||
|
|||||||
@@ -9,20 +9,10 @@ workers_dev = true
|
|||||||
|
|
||||||
# ── Observability ────────────────────────────────────────────────────────────
|
# ── Observability ────────────────────────────────────────────────────────────
|
||||||
[observability]
|
[observability]
|
||||||
enabled = false
|
|
||||||
head_sampling_rate = 1
|
|
||||||
|
|
||||||
[observability.logs]
|
|
||||||
enabled = true
|
enabled = true
|
||||||
head_sampling_rate = 1
|
head_sampling_rate = 1
|
||||||
persist = true
|
|
||||||
invocation_logs = true
|
invocation_logs = true
|
||||||
|
|
||||||
[observability.traces]
|
|
||||||
enabled = true
|
|
||||||
persist = true
|
|
||||||
head_sampling_rate = 1
|
|
||||||
|
|
||||||
# ── Environment Variables ───────────────────────────────────────────────────
|
# ── Environment Variables ───────────────────────────────────────────────────
|
||||||
# [vars]
|
# [vars]
|
||||||
# RELAY_TIMEOUT_MS = "30000"
|
# RELAY_TIMEOUT_MS = "30000"
|
||||||
|
|||||||
Reference in New Issue
Block a user