UNPKG

@codebayu/nuxt-plugins-signoz

Version:

Reusable plugin to implement signoz on Nuxt project

4 lines (3 loc) 291 B
import { ICreateSpan, IInitTracer } from '../types'; export declare const initTracer: ({ serviceName, exporterUrl, attributes }: IInitTracer) => import("@opentelemetry/sdk-trace-web").Tracer; export declare const createSpan: ({ tracer, name, func, attributes, events }: ICreateSpan) => any;