Skip to content
Merged
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
9 changes: 9 additions & 0 deletions apps/vscode-cloud/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@
},
],

// ── Observability ─────────────────────────────────────────────────────────
// Enables Cloudflare Workers Observability: logs, traces, and metrics visible
// in the Cloudflare dashboard under Workers & Pages → your worker → Observability.
// head_sampling_rate: fraction of requests to trace (1 = 100%, 0.1 = 10%).
"observability": {
"enabled": true,
"head_sampling_rate": 1,
},

// ── Secrets (set via CLI, never committed) ────────────────────────────────
// Auth is handled by the Worker — code-server runs with --auth none.
//
Expand Down
Loading