This is a comprehensive wizard that handles the full Sentry integration for .NET projects. It scans your codebase to detect framework type (ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions), figures out which package you need, then walks you through error monitoring, distributed tracing, profiling, logging, and cron monitoring setup. The detection phase is solid, it knows the difference between a hosted web app and a desktop app where you need IsGlobalModeEnabled, and it maps framework types to the right Sentry packages. You get both wizard and manual paths, with specific Program.cs and App.xaml.cs snippets that account for things like WPF constructor timing and serverless flush behavior. Good for anyone past the hello world stage who wants proper observability without reading docs for an hour.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-dotnet-sdk