diff --git a/worker/wrangler.toml b/worker/wrangler.toml index a6a6409..9a1561a 100644 --- a/worker/wrangler.toml +++ b/worker/wrangler.toml @@ -65,3 +65,18 @@ id = "67611ab57f734f1c9a0b5d5a96f65e78" # Set up "Usage Based Billing" notifications for Workers requests # to detect billing anomalies early. # ──────────────────────────────────────────────────────────────────── + +[observability] +enabled = false +head_sampling_rate = 1 + +[observability.logs] +enabled = true +head_sampling_rate = 1 +persist = true +invocation_logs = true + +[observability.traces] +enabled = false +persist = true +head_sampling_rate = 1