-
Notifications
You must be signed in to change notification settings - Fork 534
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
Broken auto-instrumentation dependencies #1031
Comments
Can you please provide additional context? Your package.json would be very helpful, but if that can't be provided at least all |
My package.json
The error message I get:
|
Thank you. To get an immediate workaround you should be able to do |
I think this can be fixed by adding |
@DavidPessoa can you try adding |
@dyladan adding
Adding it directly to a node module is not a good option because CI/CD pulls node modules from scratch |
I'm surprised adding to project level package.json doesn't work. are you sure you added it to both package.json and package-lock.json if you are using |
I think I discovered the issue. It depends which version of |
Thank you! |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This issue was closed because it has been stale for 14 days with no activity. |
What version of OpenTelemetry are you using?
0.28.0
What version of Node are you using?
v18.0.0
What did you do?
Ran a
npm run build && APP_ENV=tests node_modules/.bin/mocha --recursive --exit dist/test/**/*.spec.js
What did you expect to see?
What did you see instead?
Additional context
The text was updated successfully, but these errors were encountered: