apitally
Version:
Simple API monitoring & analytics for REST APIs built with Express, Fastify, NestJS, AdonisJS, Hono, H3, Elysia, Hapi, and Koa.
12 lines (11 loc) • 397 B
TypeScript
export { patchConsole } from './console.js';
export { handleHapiRequestEvent } from './hapi.js';
export { patchNestLogger } from './nestjs.js';
export { patchPinoLogger } from './pino.js';
export { patchWinston } from './winston.js';
import 'node:async_hooks';
import '../common/requestLogger.js';
import 'node:buffer';
import 'node:http';
import '../common/tempGzipFile.js';
import '@hapi/hapi';