UNPKG

@codebayu/nuxt-plugins-signoz

Version:

Reusable plugin to implement signoz on Nuxt project

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