UNPKG

otel-nestjs-instrumentation

Version:

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

3 lines (2 loc) 130 B
import { ExecutionContext } from '@nestjs/common'; export declare function getTransactionName(context: ExecutionContext): string;