UNPKG

@ogcio/o11y-sdk-react

Version:

Opentelemetry standard instrumentation SDK for React based project

8 lines 388 B
import { type Faro, withFaroErrorBoundary, withFaroProfiler } from "@grafana/faro-react"; import buildFaroInstrumentation from "./lib/instrumentation.faro.js"; export * from "./lib/index.js"; export * from "./lib/utils.js"; export { withFaroErrorBoundary, withFaroProfiler }; export type { Faro }; export { buildFaroInstrumentation as instrumentFaro }; //# sourceMappingURL=index.d.ts.map