UNPKG

@ogcio/o11y-sdk-react

Version:

Opentelemetry standard instrumentation SDK for React based project

6 lines (5 loc) 289 B
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 };