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
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
Trigger an unhandled exception in the API (e.g., by simulating a failure scenario in one the helper extentions).
Observe the API logs — the error stack trace is missing.
The application may crash silently or eventually run into a JavaScript heap out of memory error.