I am trying to integrate open telemetry to my nextjs project (nextjs version : 11.0, nodejs version: 16.0)
Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
error - ./node_modules/@opentelemetry/exporter-zipkin/build/src/zipkin.js:19:0
Module not found: Can't resolve 'http'
Is this known issue ? Is there a way i can fix this ?
I am trying to integrate open telemetry to my nextjs project (nextjs version : 11.0, nodejs version: 16.0)
Is this known issue ? Is there a way i can fix this ?