fix: surface app errors in gateway logs
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user