{
  "name": "maskbreak-checkout-example",
  "main": "worker.mjs",
  "compatibility_date": "2026-09-06",
  "workers_dev": false,
  "preview_urls": false,
  "routes": [],
  // Add only your own narrow Route after following README.md.
  // MASKBREAK_API_KEY is a secret, never a vars entry.
  // Sample traces; keep secrets out of URLs. No automatic invocation logs.
  "observability": {
    "enabled": true,
    "logs": { "enabled": true, "invocation_logs": false },
    "traces": { "enabled": true, "head_sampling_rate": 0.01 }
  }
}
