You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to keep the dependencies better, shouldn't the LoggerInterface and Stopwatch be moved to a separate component, say Debug (or something better named) and so eliminate the need to pulling the HttpKernel in order to use them?
Also since 2.2 is the last chance to break BC I think we should really think of this as in the future some other debugging things might appear and HttpKernel is not really the place for them imho.