fix: log production request failures

This commit is contained in:
2026-07-20 13:48:47 +05:30
parent b3e5e5b999
commit aa2595ec01
55 changed files with 126 additions and 89 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.67",
"version": "0.2.68",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -673,6 +673,15 @@ const MIGRATIONS: Migration[] = [
// Existing workspace configurations remain compatible; new controls are opt-in.
},
},
{
version: "0.2.68",
id: "production-request-error-logging",
description:
"Logs production request exceptions, forward-auth verifier failures, proxy failures, and unexpected app exits with actionable context.",
apply() {
// Runtime diagnostics improve automatically after updating and redeploying.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */