We have a legacy PLSQL application that uses ORDS to generate web pages.
In the development environment, we've configured
true
so that developers have access to the errors that cause 500 status to be returned without having to look through the logs.
Since 25.2, this no longer seems to function as exepcted, we get the usual error message but the stack trace isn't shown anymore.
I've had a look through the release notes and can't see anything other than mention of stack traces now being available for MLE/JS errors.