-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Expand the Node.js metrics script usage to v14.10+ #1198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it! Ship next week?
@joshwlewis this could use another review since the metrics script and tests had to be modified to work with Node v14.10.0 and up. I've also restored the native addon for v14 to cover deployments below that supported range. Once it's ready to merge I'll update the required status checks to cover the changes added in |
- also removes the previous native addons which are no longer needed [W-14838650](https://gus.lightning.force.com/lightning/r/a07EE00001iPkvfYAC/view)
fcaf7a5
to
ad0a49f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still looks great. Ship next week?
The current implementation from #1178 was scoped to Node v21+. This PR expands the metrics script to Node v14.10+ for broader usage.
To support customers that may want to keep the previous metrics functionality, setting the
HEROKU_LEGACY_NODE_PLUGIN=true
will opt-out of the new metrics script and install the native addon.W-14838650