Garity Chapman
Developer at Simple Contacts
Navigate through 9 screens
Take the redness exam
Get results from our computer vision algorithm to see Dx lens feature
Hit the button that says "Request Samples"
Dumps out helpful information about the user & platform
Buttons to change user state, navigate to hidden flows, or override the database
Lists current experiments and provides bucketing overrides.
Deleting un-deletable things such as orders or valid prescriptions.
Override order and exam states.
Create new exams with different videos attached.
Sending user info to slack channels.
Force a crash: dumping debug data.
Navigating to user flows.
if (user.is_staff && ENV === 'production') {
return <DebugBar />
}
if (environment !== 'production') {
return <DebugBar />
}
Encourages tool building
Provides a centralized place for debugging code
Reduces toil & repetitive work
Accessible to non-developers
garitychapman.com