This message was deleted.
# support
s
This message was deleted.
v
Looks like instrumentation issue, can you please try using below otel versions in package.json and try again?
Copy code
"@opentelemetry/auto-instrumentations-node": "^0.33.1",
        "@opentelemetry/exporter-trace-otlp-http": "^0.33.0",
        "@opentelemetry/sdk-node": "^0.33.0",
a
Sure
Hey. Thank you so much for your reply. My app has finally started instrumenting the data now. I installed this as well -
Copy code
npm install --save @opentelemetry/api
1
Let me test it and then get back to you for further help
🙌 1