@vtex/diagnostics-nodejs
Version:
Diagnostics library for Node.js applications
19 lines • 631 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContextMiddlewares = void 0;
const express_1 = require("./express");
const koa_1 = require("./koa");
const fastify_1 = require("./fastify");
const core_1 = require("./core");
exports.ContextMiddlewares = {
Express: express_1.ExpressMiddlewares,
Koa: koa_1.KoaMiddlewares,
Fastify: {
ContextPlugin: fastify_1.FastifyContextPlugin,
createContextPlugin: fastify_1.createFastifyContextPlugin,
},
Core: {
ensureContextPropagation: core_1.ensureContextPropagation,
},
};
//# sourceMappingURL=index.js.map