Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const core = require('@sentry/core'); const NODE_VERSION = core.parseSemver(process.versions.node) ; const NODE_MAJOR = NODE_VERSION.major; const NODE_MINOR = NODE_VERSION.minor; exports.NODE_MAJOR = NODE_MAJOR; exports.NODE_MINOR = NODE_MINOR; exports.NODE_VERSION = NODE_VERSION; //# sourceMappingURL=nodeVersion.js.map