Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[Middleware] Show the middleware which changes the response's status code #51

Closed lostintangent closed 7 years ago

lostintangent commented 8 years ago

I wasn't able to figure out how to get this to display in the UI, so maybe I missed it, but it would be handy to understand which middleware are attempting to change the response status code via the res.status or res.statusCode methods.

avanderhoorn commented 8 years ago

Currently we only show side effects on headers, we still need to enable at least the same for status code and body writing.

philliphoff commented 7 years ago

This feature is being tracked by work items:

nikmd23 commented 7 years ago

👍

nikmd23 commented 7 years ago

This is now available in Glimpse for Node 0.16.4. Please see our announcement issue for more information.