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