@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
17 lines (14 loc) • 487 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const MODULE_NAME = "knex";
const SUPPORTED_VERSIONS = [
// use "lib/execution" for runner.js, "lib" for client.js as basepath, latest tested 0.95.6
">=0.22.0 <4",
// use "lib" as basepath
">=0.10.0 <0.18.0",
">=0.19.0 <0.22.0",
// use "src" as basepath
">=0.18.0 <0.19.0"
];
exports.MODULE_NAME = MODULE_NAME;
exports.SUPPORTED_VERSIONS = SUPPORTED_VERSIONS;
//# sourceMappingURL=constants.js.map