feat: enable Cloudflare Workers observability (logs + traces)

Add observability config to wrangler.jsonc with logs and traces enabled,
100% sampling, and persistence. Free tier feature — no code changes needed.
This commit is contained in:
2026-04-09 10:06:41 +07:00
parent 4ce97e5bf0
commit bb8f4dcde8
3 changed files with 24 additions and 1 deletions

View File

@@ -10,7 +10,6 @@ import {
humanizeStatus,
STATUS_URL,
} from "./status-fetcher.js";
/**
* Register info commands: /help, /status, /history, /uptime
*/