From dbed8aa0f3001f58696024f6c4962c820bd9f002 Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Sun, 29 Mar 2026 03:38:28 +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 2945a35..2cc9e42 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,6 @@ name = "flow-analyzer" main = "src/index.js" -compatibility_date = "2024-01-15" +compatibility_date = "2026-03-16" [vars] ENVIRONMENT = "production" @@ -28,4 +28,10 @@ type = "ESModule" globs = ["**/*.js"] [placement] -mode = "smart" \ No newline at end of file +mode = "smart" + +[[tail_consumers]] +service = "chittytrack" + +[observability] +enabled = true \ No newline at end of file