Skip to content

Commit c26dac6

Browse files
chitcommitclaude
andauthored
chore: wrangler audit remediation — update compat date and add observability (#2)
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) <noreply@anthropic.com>
1 parent 406c06a commit c26dac6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

wrangler.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "chittyauth"
22
main = "worker.js"
3-
compatibility_date = "2024-09-23"
3+
compatibility_date = "2026-03-16"
44
compatibility_flags = ["nodejs_compat"]
55
account_id = "0bc21e3a5a9de1a4cc843be9c3e98121" # ChittyCorp LLC main account
66

@@ -83,3 +83,9 @@ command = "npm run build"
8383
[build.upload]
8484
format = "modules"
8585
main = "./worker.js"
86+
87+
[[tail_consumers]]
88+
service = "chittytrack"
89+
90+
[observability]
91+
enabled = true

0 commit comments

Comments
 (0)