UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

13 lines (9 loc) 398 B
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