Skip to content

🐛 [BUG] - API fails to log error stack trace for unhandled exceptions, causing silent critical failures #1234

@medchedli

Description

@medchedli

Description

The API does not log the error stack trace when an unhandled exception occurs. This leads to silent critical errors, making it difficult to diagnose the root cause of failures. Additionally, these silent errors have resulted in JavaScript heap out of memory issues, further impacting the reliability and stability of the system.

Reproduction steps

  1. Trigger an unhandled exception in the API (e.g., by simulating a failure scenario in one the helper extentions).
  2. Observe the API logs — the error stack trace is missing.
  3. The application may crash silently or eventually run into a JavaScript heap out of memory error.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions