Hello. I have a series of cloud functions and I want to get an alert
when errors occur in them. I already have the alert set and it works.I
decided to use the Cloud Logging logs: functions.logger.error(`Error
${error.message}`);But for example when m...