@mwcp/otel
Version:
midway component for open telemetry
3 lines (2 loc) • 311 B
TypeScript
import type { DecoratorExecutorParam, DecoratorTraceDataResp, TraceDecoratorOptions } from './trace.service/index.trace.service.js';
export declare function processDecoratorBeforeAfterSync(type: 'before' | 'after' | 'afterThrow', options: DecoratorExecutorParam<TraceDecoratorOptions>): DecoratorTraceDataResp;