Hi,
I’m a student working on a summer project.
I’m trying to understand how people actually debug production issues, especially after a bad deploy hits clients and you’re on the clock to get things working fast.
Should I start with Vercel logs, GitHub commits, traces?? Also, how can I decide when to roll back vs. hotfix vs. keep digging?
I feel like shipping has gotten way faster, but figuring out what broke is still pretty manual. Any ideas?