@cloudflare/vite-plugin@1.50.0
📦 cloudflare-workersView on GitHub →
✨ 1 features🔧 2 symbols
Summary
Local observability capture is now enabled by default in `wrangler dev` and the Vite plugin. This change enhances the developer experience by automatically providing request traces and console logs in the Local Explorer's Observability tab.
Migration Steps
- To opt out of local observability capture (e.g., if the extra per-worker collector/streaming-tail services cause issues in a multi-process dev-registry setup), set `X_LOCAL_OBSERVABILITY=false`.
✨ New Features
- Local observability capture is now enabled by default in `wrangler dev` and the Vite plugin, capturing request traces and console logs into the Local Explorer's Observability tab.