Matt Johnson-Pint
Matt Johnson-Pint
I'm a bit embarrassed now, as it seems we reached a similar conclusion some time ago with #1845.
Fixed in #2364
Updated priority of this. Though it's generally ok if such things are not synchronized, as priority is rather flexible and is relative to other items on each repo.
Need to investigate and validate approach before we can continue.
Hi again. Sorry, but this has been de-prioritized because the implementation is quite challenging, and there are already [valid ways to register Sentry](https://github.com/getsentry/sentry-dotnet/issues/190#issuecomment-1132124005). As an example of the problem, consider...
Can you give an example of the exception? Can you try `ConfigureWebHost` (without "Defaults")? Thanks.
Also, I'm not sure why it matters that you've got other integrations. You certainly can use both `Host` and `WebHost` properties of a `WebApplicationBuilder`. For example: ```csharp var builder =...
Glad that worked for you. 🙂 Yeah, it's even more confusing if you take into account all the naming changes that have happened over the years between versions. It certainly...
## Update After much deliberation, trial, and error, we've decided not to do this. The main reason is that the `IHostBuilder` API is an abstraction used on any type of...