Endpoint or function with error

Options
Is there any prediction of implementing a feature that will allow us to manage errors.

For example, when we are creating a function or point by carelessness we can forget some detail or make a mistake in logic and when executing it will generate an error. Even with a debug, depending on the cases, some data may be missing in the input, empty field errors, among others.

It would be interesting to have something that catches the error and could be something like notifying or sending to a log management platform.

Today, as far as I know, we can only identify errors if we enter each endpoint and see the request history.

If only I had centralized all requests that returned with an error, with status other than 200, this would help and speed up corrections. In large volumes and more complex scenarios this becomes very costly.