UNPKG

@codebayu/usesignoz

Version:

The reusable plugin to implement signoz on Nuxt project

5 lines (4 loc) 287 B
import { Span } from '@opentelemetry/api'; import { IAttributes } from '../types'; export declare const mappingAttributes: (span: Span, attributes: IAttributes) => void; export declare const customAttributesToResourceFetchSpan: (span: Span, resource: PerformanceResourceTiming) => void;