@kurrent/opentelemetry
Version:
KurrentDB NodeJS Client SDK interceptors for tracing with OpenTelemetry
6 lines • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KurrentDBInstrumentation = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "KurrentDBInstrumentation", { enumerable: true, get: function () { return instrumentation_1.Instrumentation; } });
//# sourceMappingURL=index.js.map