UNPKG
@codebayu/nuxt-plugins-signoz
Version:
latest (0.0.1)
0.0.1
Reusable plugin to implement signoz on Nuxt project
@codebayu/nuxt-plugins-signoz
/
dist
/
index.d.ts
4 lines
(3 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
import
{ createSpan, initTracer }
from
'./utils/opentelemetry'
;
import
{
IAttributes
,
ICreateSpan
,
IEvents
,
IInitAttributes
,
IInitTracer
}
from
'./types/index'
;
export
{ createSpan, initTracer,
IAttributes
,
ICreateSpan
,
IEvents
,
IInitAttributes
,
IInitTracer
};