UNPKG
@ogcio/o11y-sdk-react
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.2
0.6.1
0.6.0
0.4.2
0.4.0
0.3.0
0.2.0
0.1.0-beta.7
0.1.0-beta.5
0.1.0-beta.4
0.1.0-beta.3
0.1.0-beta.2
Opentelemetry standard instrumentation SDK for React based project
@ogcio/o11y-sdk-react
/
dist
/
index.js
6 lines
(5 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ withFaroErrorBoundary, withFaroProfiler, }
from
"@grafana/faro-react"
;
import
buildFaroInstrumentation
from
"./lib/instrumentation.faro.js"
;
export
*
from
"./lib/index.js"
;
export
{ withFaroErrorBoundary, withFaroProfiler };
export
{ buildFaroInstrumentation
as
instrumentFaro };