UNPKG

telex-amp

Version:

Lightweight React Native tracking library for performance and error logging with Telex Webhooks

6 lines (5 loc) 278 B
export { trackError } from "./errorTracking"; export { trackPerformance } from "./performanceTracking"; export { trackComponentLifecycle } from "./componentTracking"; export { sendDataToTelex } from "./trackingHelper"; export { setTelexConfig, getTelexConfig } from "./config";