I need to actively receive crash notifications for firebase functions.
Is there any way to set up Slack webhooks to receive a message when Firebase Functions throw an Error, functions crash, or something like that?
I would love to receive issue messages by velocity ie: Firebase Functions crash 50 times a day.
Thank you so much.
CodePudding user response:
Now configure when the alert has to be triggered - I chose over 3 (within 1 minute window).
And here's some alerting related documentation that may help you understand how to use them.