fix: surface app errors in gateway logs

This commit is contained in:
2026-07-20 14:26:27 +05:30
parent aa2595ec01
commit 2b4083c6db
56 changed files with 147 additions and 86 deletions
+9
View File
@@ -682,6 +682,15 @@ const MIGRATIONS: Migration[] = [
// Runtime diagnostics improve automatically after updating and redeploying.
},
},
{
version: "0.2.69",
id: "centralized-production-error-diagnostics",
description:
"Relays bounded internal app error diagnostics to gateway logs and strips them from public responses.",
apply() {
// Runtime diagnostics improve automatically after updating and rebuilding.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */