Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -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-08-07"
workers_dev = false
account_id = "0bc21e3a5a9de1a4cc843be9c3e98121"

Expand All @@ -14,10 +14,24 @@ id = "a1685cca731f43c397db4e79b80ea075"
pattern = "charge.chitty.cc/*"
zone_name = "chitty.cc"

[observability]
enabled = true

[[tail_consumers]]
service = "chittytrack"
[vars]
ENVIRONMENT = "production"
CHITTYCONNECT_URL = "https://connect.chitty.cc"
CHITTYREGISTRY_URL = "https://registry.chitty.cc"

[observability]
enabled = true

[observability.logs]
enabled = true
head_sampling_rate = 1
invocation_logs = true
destinations = ["chittytrack-logs"]

[observability.traces]
enabled = true
head_sampling_rate = 1
destinations = ["chittytrack-traces"]
persist = false
Loading