Crashlytics WebHook for Slack is not working

Viewed 2018

I have successfully configured Crashlytics Webhook with Slack. I have also tested it with the Test Message given in Crashlytics console. Test message working fine.

But, when I have an actual crash in Crashlytics, it is not getting triggered into the Slack. I don't know where is the issue. What am I doing wrong here?

enter image description here

enter image description here

2 Answers

Mike from Fabric here. I responded over email, but will make the answer public as well.

For this integration, you've set the impact level to 5 which means that only issues that are the most impactful will be mentioned in Slack. If you want to be notified of every new issue, set the impact level to 1.

I configured the firebase crashlytics as it is noted using the webhooks from slack , Result is i have a successful testing message sent to the slack channel but not the actual errors even though i have checked all type of crashes, new and recurring, some said a thing about impact level need to be changed to 1 but i can't find how .

Related