From 58a662f8b8db2f81bee6b631e98fab6484b3caf9 Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Sun, 29 Mar 2026 03:38:23 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20wrangler=20audit=20remediation=20?= =?UTF-8?q?=E2=80=94=20update=20compat=20date=20and=20add=20observability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates compatibility_date to 2026-03-16 and adds missing chittytrack tail consumer and observability bindings per ecosystem wrangler audit. Co-Authored-By: Claude Opus 4.6 (1M context) --- wrangler.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 1d44a98..4d5b782 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,7 +1,7 @@ #:schema node_modules/wrangler/config-schema.json name = "chittycharge" main = "src/index.ts" -compatibility_date = "2025-10-11" +compatibility_date = "2026-03-16" workers_dev = false account_id = "0bc21e3a5a9de1a4cc843be9c3e98121" @@ -14,6 +14,9 @@ id = "a1685cca731f43c397db4e79b80ea075" pattern = "charge.chitty.cc/*" zone_name = "chitty.cc" +[[tail_consumers]] +service = "chittytrack" + [observability] enabled = true