I have a React application that’s currently running in Vercel. When I go to runtime logs, they are completely empty — even though I have traffic coming into the website in real time.
Is there a specific config that needs to be set to get React apps to log correctly? Referring to request logs, not console.log()s.