How to send logs from NextJS to Azure Application Insights using OpenTelemetry and Winston?
I am using winston
to log throughout my NextJS application. I want these logs to be collected in Azure Application Insights. Microsoft advises to do so using OpenTelemetry. My setup is as follows: