@shopana/ga
Version:
Type-safe Google Analytics 4 (GA4) tracking library for React and Next.js with ecommerce support, event batching, and SSR compatibility
5 lines • 361 B
TypeScript
import { type EventPayload } from '../types/common';
import { type ExceptionEventParams, type TimingEventParams } from '../types/events';
export declare function buildExceptionEvent(params: ExceptionEventParams): EventPayload;
export declare function buildTimingCompleteEvent(params: TimingEventParams): EventPayload;
//# sourceMappingURL=errorTracking.d.ts.map