We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b12d9e commit 0bf8908Copy full SHA for 0bf8908
index.js
@@ -63,8 +63,8 @@ function initialize() {
63
throw new Error(message)
64
}
65
66
- // TODO: Update this check when Node v22 support is added
67
- if (psemver.satisfies('>=21.0.0')) {
+ // TODO: Update this check when Node v24 support is added
+ if (psemver.satisfies('>=23.0.0')) {
68
logger.warn(
69
'New Relic for Node.js %s has not been tested on Node.js %s. Please ' +
70
'update the agent or downgrade your version of Node.js',
0 commit comments