UNPKG

nestjs-otel

Version:
3 lines (2 loc) 207 B
import { SpanOptions } from '@opentelemetry/api'; export declare function Span(name?: string, options?: SpanOptions): (target: any, propertyKey: PropertyKey, propertyDescriptor: PropertyDescriptor) => void;