-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot set property Tracer of #<Object> which has only a getter #4963
Comments
@kukadiyaAni there's not much info to work with here - the only change to the Qs:
|
@pichlermarc Thank you for the quick response I fixed the issue below changes
|
@kukadiyaAni to help, I'm looking for how you import/require OTel Components in your app. To be able to fix it upstream I need to be able to reproduce it. I cannot reproduce the limited info that I have available here. |
@kukadiyaAni can you please provide a reproduction? We can't really look into this without being able to easily reproduce it. |
Closing this because there isn't enough info here to reproduce the issue |
What happened?
Steps to Reproduce
After release new version @opentelemetry/sdk-trace-base is 1.26.0 start getting this error
Additional Details
TypeError: Cannot set property Tracer of #<Object> which has only a getter at Object.<anonymous> (/node_modules/@opentelemetry/sdk-trace-base/build/src/index.js:18:407) at Module._compile (node:internal/modules/cjs/loader:1241:14) at Module._extensions..js (node:internal/modules/cjs/loader:1295:10) at Module.load (node:internal/modules/cjs/loader:1091:32) at Module._load (node:internal/modules/cjs/loader:938:12) at Module.require (node:internal/modules/cjs/loader:1115:19) at require (node:internal/modules/helpers:130:18) at Object.<anonymous> (/node_modules/@opentelemetry/sdk-trace-base/build/src/BasicTracerProvider.js:22:12) at Module._compile (node:internal/modules/cjs/loader:1241:14) at Module._extensions..js (node:internal/modules/cjs/loader:1295:10) (node:36506) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
OpenTelemetry Setup Code
No response
package.json
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: