Observability in Next.js

How do y'all manage logging, monitors, and observability in general for your Next.js apps? I am looking for something that logs all incoming requests, the message etc, and also set up monitors based on it.
Was this page helpful?