UNPKG

newrelic-nestjs-instrumentation

Version:

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

5 lines (4 loc) 186 B
import { CanActivate, ExecutionContext } from '@nestjs/common'; export declare class NewrelicContextGuard implements CanActivate { canActivate(context: ExecutionContext): boolean; }