UNPKG

@echoteam/signoz-react

Version:

SignOz React JS - Library untuk monitoring dan tracing aplikasi React menggunakan OpenTelemetry dan SignOz

5 lines (4 loc) 275 B
import './polyfills'; export { default as initializeSignOzTracing, type SignOzConfig } from './tracing'; export { default as ErrorBoundary, type ErrorBoundaryProps } from './error/ErrorBoundary'; export { default as ErrorPage, type ErrorPageProps } from './error/ErrorPage';