Stefan Pölz

Results 81 comments of Stefan Pölz

Oh ... I may have missed something. You're in an .NET Aspire app ... but you are using the `Sentry.AspNetCore` package, right? Then there should be ```CSharp builder.WebHost.UseSentry(options => {...

I see ... so this seems indeed to be related to a potential "double-Hub" issue. When using _ASP.NET Core_ (` Microsoft.Extensions.Logging` + ` M.E.DependencyInjection` + ` M.E.Configuration`) and _Serilog_, we...

@odinnix, have you made changes to the startup? E.g. setting the `Dsn` in the ASP.NET Core config/options rather than Serilog config/options? (since the absence of a `DSN` is the canonical...

Depending on the App-Models, e.g. "Generic-Host"-based models, could use `Microsoft.Extensions.Hosting.IHostApplicationLifetime`'s `ApplicationStopping` or `ApplicationStopped` tokens.

See also - #3133 And [Well-known EventCounters in .NET](https://learn.microsoft.com/dotnet/core/diagnostics/available-counters).

Also update the sample `Sentry.Samples.AspNetCore.Serilog`.

@InterstellarStella TL;DR: January 2026 ... Scope-Attributes a bit afterwards We are lacking some info on the Scope, a fix we could neatly combine with Scope-Attributes. But we'll probably do a...

Thanks for opening this issue, @BorderKeeper. I also just noticed your message on Discord. Coincidentally, just yesterday, I was looking into this myself as well, preparing a Demo that captures...

More context: - we don't think it's our usage of `TCS` or `TCS` - we generally use `Try*`-methods to avoid completing a Task that has already completed - no indication...

I see ... thanks for the info ... hmmm ... `UniTask` could play a part in this issue ... but not necessarily ... I'm uncertain 🤔 I'm afraid this is...