UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

12 lines (10 loc) 226 B
/** Detect CommonJS. */ function isCjs() { try { return typeof module !== 'undefined' && typeof module.exports !== 'undefined'; } catch { return false; } } export { isCjs }; //# sourceMappingURL=commonjs.js.map