In our Stackdriver logs, some functions are failing due to:
Error: memory limit exceeded. Function invocation was interrupted.
I easily solved the problem by deploying functions with more memory.
However the real problem is that these errors did not appear in the Error Reporting Dashboard: https://console.cloud.google.com/errors
Why do memory limit errors not appear in the Error Reporting Dashboard?
What other errors are not being reported?
Is this a bug that should be escalated to Google?