-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alexandre Sanlim edited this page Dec 7, 2020
·
5 revisions
The project is up on NuGet and you can find it by searching for Slack.Exception.Send, with this package you will receive the errors received by your customers, simply doing this:
try
{
//your code here
}
catch (System.Exception ex)
{
ex.SendToSlack();
}