Home > Net >  How to setup web hooks to send message to Slack when Firebase functions crash?
How to setup web hooks to send message to Slack when Firebase functions crash?

Time:10-27

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:

First you have to create a enter image description here

Next you have to enter image description here

Now configure when the alert has to be triggered - I chose over 3 (within 1 minute window).

enter image description here

On the next screen you select enter image description here

And here's some alerting related documentation that may help you understand how to use them.

  • Related