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
It would be nice to save debug info if response has Location header or it's status code is between 300 and 400. Debug bar can handle this via $debugBar->stackData() call.
Doing this way all DebugBar data will be saved in case of redirect (Post-Redirect-Get pattern, for example). But there is no direct access to DebugBar instance from middleware, only JavascriptRenderer is injected in the constructor.
It would be nice to save debug info if response has
Location
header or it's status code is between 300 and 400. Debug bar can handle this via$debugBar->stackData()
call.More details here http://phpdebugbar.com/docs/ajax-and-stack.html#stacked-data
The text was updated successfully, but these errors were encountered: