UNPKG

better-analytics

Version:

Zero-dependency micro-analytics JavaScript SDK < 3KB gzipped with React/Next.js/Expo support

5 lines (4 loc) 460 B
export { Analytics, AnalyticsProps } from './next-client'; export { computeRoute, identify, init, initWithPageview, track, trackPageview } from '../index.js'; export { A as AnalyticsConfig, B as BeforeSend, c as BeforeSendEvent, W as EventData, R as RouteInfo } from '../types-DzHHnKL8.js'; export { ServerAnalyticsConfig, ServerEventData, ServerTrackOptions, identifyServer, initServer, stitchSession, trackPageviewServer, trackServer } from './next-server';