1 min read
As of today, version 14 of Node.js can be selected in the Node.js Version section on the General page in the Project Settings (newly created Projects will default to the new version).
Among other features, the new version introduces Diagnostic Reports, which can be logged to Log Drains (recommended) like so:
geo: { city?: string country?: string region?: string}
The following features were introduced through v8:
The exact version used is 14.15.4 (changelog), but automatic updates will be applied for new minor and patch releases. Therefore, only the major version (14.x) is guaranteed.
Check out the documentation as well.