Development
anchor

Improved Error Reporting (#3122external link)
anchor

Prior to this release, runtime errors occurring within the deployed API project application would get incorrectly logged. Instead of being logged as errors, they would be logged as regular info messages.

Because of this, implementing observability tools and even basic application monitoring on top of an existing Webiny project would not be as easy as it should be. Users would manually have to decide which logs should be considered as errors, and which shouldn’t be.

By revisiting existing logs and updating their types accordingly, this should be a much more straightforward task.