UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

14 lines (12 loc) 373 B
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" ]; export { MODULE_NAME, SUPPORTED_VERSIONS }; //# sourceMappingURL=constants.js.map