OTEL Zero code - node package causing 413 issue #5507
shadikkhan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am integrating OTEL in my javascript project and I am following this zero code doc to do that - https://opentelemetry.io/docs/zero-code/js/
The moment I install below 2 packages
npm install --save @opentelemetry/api npm install --save @opentelemetry/auto-instrumentations-node
and started my server I am getting Response code 413 (Request Entity Too Large) error and program crashed
Not sure why since I am not sending that big of payload either so Any help from anyone would be appriciated.
Beta Was this translation helpful? Give feedback.
All reactions