You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reclassify the remaining opaque `error` sites: a mid-response read failure ->
network_error; JSON-parse and poll field-extraction failures -> response_parse_error.
Capture the request id from x-amzn-request-id / x-amzn-trace-id (the app does not set
X-Request-Id; the ALB does), falling back to X-Request-Id.
Add telemetry-only origin signals to COMMAND_RUN_COMPLETE: source (api = from the API
envelope, cli = CLI-generated; defaults to cli) and http_status (upstream status when
known). Both are omitted on success and are NOT in the user-facing error envelope.
Dashboards can then group by (source, error_code) collision-safely and separate an
app 5xx from a no-envelope 5xx via source.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments