Would it make sense to not run the in these kind of requests for the Profiler UI and requests related to the toolbar?
- When a subscription fails the error blocks requests (and therefore) access to the profiler or requests related to the wdt
- When the subscription catches up, makes it hard to trace the request where this actually happend, as this could happen in a request related to the wdt/profiler (e.g. when we want to look at the profiled data for a caught up run)
I would suggest to not run the catchup engine when detecting either kind of request. Not sure though what the best way would be do so (except matching url prefix, but that seems wonky)