UNPKG

@codebayu/nuxt-plugins-signoz

Version:

Reusable plugin to implement signoz on Nuxt project

5 lines (3 loc) 260 B
import { createSpan, initTracer } from './utils/opentelemetry'; import { IAttributes, ICreateSpan, IEvents, IInitAttributes, IInitTracer} from './types/index' export { createSpan, initTracer, IAttributes, ICreateSpan, IEvents, IInitAttributes, IInitTracer };