Hendrik Depauw
Hendrik Depauw
It occurs to me that the eventbus and job queue essentially accomplish very similar tasks. Would it be an option to merge the two together?
Hi Michael, I think that would work but then you are not able to put the Sentry logic inside a plugin? Maybe I'm missing something obvious.
That seems to work. We can inject `HttpAdapterHost` in the plugin and initialise Sentry `OnApplicationBootstrap`. The Sentry documentation tells us Sentry should be the first middleware, I'm not sure that...