UNPKG

newrelic-nestjs-instrumentation

Version:

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

8 lines (7 loc) 289 B
declare const newrelicContext: unique symbol; export interface NewRelicContext { [newrelicContext]: unknown; } export declare function getNewrelicContext(): NewRelicContext | undefined; export declare function setNewrelicContext(context: NewRelicContext | undefined): void; export {};