fix: log production request failures
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user