DEV Community

Discussion on: DEV-only tooling for Web Applications

Collapse
 
philnash profile image
Phil Nash

Keeping things behind a flag and only turned on in particular environments or for particular accounts is a common practice in web development, so I agree this is a good idea.

Want an example? GitHub has a staff mode where they can browser github.com and see stats on how the page loads in production. Check out some of the screenshots in this article to see it in action.

Thread Thread
 
hamsterasesino profile image
Gabriel

This is exactly what I was looking for, thanks!