rvdst
rvdst
Middleware pipeline would be a welcome addition for us. I know there are listeners, but they do not allow to 'wrap' things like: https://github.com/quartznet/quartznet/discussions/1224
Did you ever find a solution for this ?
> Is this just about the breadcrumbs list having entries from before that scope? Yes Another example could be the following: **Some Framework code we have no control over** ```...
@bruno-garcia I might be able to free some time, no promises thought. Could you point me in the right direction ?
> Can we converge on just one way of using `UseSentry()` somehow? What exactly do you mean ?
> > > Can we converge on just one way of using `UseSentry()` somehow? > > > > > > What exactly do you mean ? > > Sorry. I...
My 2 cents, so you can make an informed decision > Can we phase out the one on `IWebHostBuilder` then? That could indeed be an option, deprecate IWebHostBuilder extensions. However,...
Exactly, at the time of writing, the current `IHostBuilder` extensions in this PR are a 'literal' copy of the `IWebHostBuilder` with IWebHostBuilder replaced with IHostBuilder and some namespace / include...
> Sounds like we could pull the code to a single place and forward the call from both places then? I looked into that, but IHostBuilder and IWebHostBuilder are not...
I dropped some comments here and there (see above) In some code bases, I worked around this with a `private static bool` that keeps track if it is already called...