wrangler dev that make local development challenging:tail() API in local dev:item.scriptName is always null → service name shows "unknown-service"item.wallTime and item.cpuTime are always 0 → duration shows 0ms (Spectre attack protection)tailStream() API:tailStream() is implemented in workerd (src/workerd/api/tail-worker-test.wd-test) and works with the streaming_tail_worker compatibility flag, but wrangler dev explicitly ignores it (found in IGNORED_KEYS in workers-sdk).tailStream() support in wrangler dev? The streaming API would solve the timing issues since event.timestamp would be populated even in local dev.wrangler 4.37.1, workerd compatibility date 2025-09-13