UNPKG

newrelic-nestjs-instrumentation

Version:

Comprehensive New Relic instrumentation for NestJS applications - SQS, Kafka, HTTP/2, cron jobs and custom protocols

4 lines (3 loc) 225 B
import { ExecutionContext } from '@nestjs/common'; import newrelic from 'newrelic'; export declare function acceptNestjsDistributedTracingFactory(context: ExecutionContext): (transaction: newrelic.TransactionHandle) => void;