- 
                Notifications
    
You must be signed in to change notification settings  - Fork 14
 
docs(opentelemetry-node): update readme #1143
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
base: main
Are you sure you want to change the base?
Conversation
| 
           That lint failure: Getting harder to defend continuing to use  The initial command that  There are "extraneous" deps in that listing: That first "extraneous" entry in package-lock.json is: Note that that is  Impolite conclusion: Internal npm package lock tree state management is convolving different things, and this command is unreliable. Blame for not having removed those extraneous entries in #1138 could perhaps be put on Dependabot, but I'm inclined to put it on partially on npm package-lock management being ill defined and broken (or at least not expressive enough). Perhaps partially contributing here is our inability to find a dependabot config that works to get  elastic-otel-node/.github/dependabot.yml Lines 28 to 34 in 8ca0fde 
 The "fix" here is to run   | 
    
These were left over from a few Dependabot PRs updating the aws-sdk/* deps. In the last one (#1138), some extraneous deps were not removed. Not sure whether to blame Dependabot or npm. Refs: #1143 (comment)
          
 #1144 for that  | 
    
…1144) These were left over from a few Dependabot PRs updating the aws-sdk/* deps. In the last one (#1138), some extraneous deps were not removed. Not sure whether to blame Dependabot or npm. Refs: #1143 (comment)
Leftover from last release. The entry related to not using a custom GCP resource detector shouldn't be there.