How I can log outgoing http request from Nextjs to external service in production
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
Is there a way to log outgoing http requests from nextjs v15.3 app router to not do it manually for every request, something like intercept outgoing request or somehow have common logic to define if it's running on browser send it to somewhere else, if server to some other (e.g. Seq) and same for edge runtime