From 472627da8eccfda7c7296fe1e45608b6bcef2676 Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Sun, 29 Mar 2026 03:38:30 +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 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 4678827..66c23c1 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,12 @@ name = "chitty-landing" -compatibility_date = "2024-01-01" +compatibility_date = "2026-03-16" pages_build_output_dir = "dist" [site] -bucket = "./dist" \ No newline at end of file +bucket = "./dist" + +[[tail_consumers]] +service = "chittytrack" + +[observability] +enabled = true \ No newline at end of file