-
Notifications
You must be signed in to change notification settings - Fork 3
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
can we avoid the punycode
deprecation warning stemming from resource-detector-gcp
?
#520
Comments
related issues with
|
options
Regarding option 4:
but: "name": "@opentelemetry/resource-detector-gcp",
"version": "0.32.0",
"engines": {
"node": ">=14"
}, That Regarding option 2:I'm not too opposed to trying this. elastic/apm-agent-nodejs |
Just using EDOT Node.js with Node.js v22 or higher results in this Node.js deprecation warning about
punycode
:This is coming from
@opentelemetry/resource-detector-gcp
:node-fetch@2
useswhatwg-url@5
which uses punycode (there is atr46
module in there that uses punycode as well).It would be nice to avoid this deprecation warning somehow.
Requiring users to do something like this in "package.json" isn't acceptable:
The text was updated successfully, but these errors were encountered: