@ogcio/o11y-sdk-react
Version:
Opentelemetry standard instrumentation SDK for React based project
11 lines (9 loc) • 308 B
text/typescript
import {
Faro,
withFaroErrorBoundary,
withFaroProfiler,
} from "@grafana/faro-react";
import buildFaroInstrumentation from "./lib/instrumentation.faro.js";
export * from "./lib/index.js";
export { withFaroErrorBoundary, withFaroProfiler, Faro };
export { buildFaroInstrumentation as instrumentFaro };