You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...currently describe how to configure Sentry using ASP.NET Core 2.x (WebHost.CreateDefaultBuilder) and ASP.NET Core 3.0 (Host.CreateDefaultBuilder) but not via the modern default for net6.0 and later (WebApplication.CreateBuilder).
We should keep up with the times in our docs and samples.