Real-time exception alerting for .NET Core apps
You can install Snitch with NuGet:
Install-Package Snitch
Or via the .NET Core command line interface:
dotnet add package Snitch
You can use Snitch as
// service collection
services.AddSnitch(appName: "Snitch.Example")
// app build
app.UseSnitch()See Test