🟣 C#  ·  Available

Error Tracking for .NET / ASP.NET

Capture, group, and fix errors in your .NET / ASP.NET application. Set up in minutes with automatic exception capture, smart grouping, and instant Slack alerts.

Add Wevitos to your .NET / ASP.NET project

Install the SDK, add your API key, and errors flow into your dashboard automatically.

🟣

Installation

dotnet add package Wevitos
Program.cs
using Wevitos; WevitosClient.Init("wvt_..."); var app = builder.Build(); app.UseWevitos(); // Manual capture: try { /* ... */ } catch (Exception ex) {     WevitosClient.Notify(ex); }

What you get with .NET / ASP.NET

ASP.NET Core middleware for automatic capture

Full stacktraces with file and line info

Request and authenticated user extraction

Async fire-and-forget delivery

Smart error grouping — thousands of events become one actionable issue

Slack & email alerts with progressive throttling

AI-native MCP server — let Claude Code and Cursor fix bugs directly

View all supported stacks

Start tracking .NET / ASP.NET errors today

Set up error tracking in under 2 minutes. No credit card required.