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
/
src
/
index.ts
5 lines
(3 loc)
•
260 B
text/typescript
View Raw
1
2
3
4
5
import
{ createSpan, initTracer }
from
'./utils/opentelemetry'
;
import
{
IAttributes
,
ICreateSpan
,
IEvents
,
IInitAttributes
,
IInitTracer
}
from
'./types/index'
export
{ createSpan, initTracer,
IAttributes
,
ICreateSpan
,
IEvents
,
IInitAttributes
,
IInitTracer
};