UNPKG

@shopana/ga

Version:

Type-safe Google Analytics 4 (GA4) tracking library for React and Next.js with ecommerce support, event batching, and SSR compatibility

9 lines 277 B
export class AdapterError extends Error { constructor(message, measurementId, operation) { super(message); this.measurementId = measurementId; this.operation = operation; this.name = 'AdapterError'; } } //# sourceMappingURL=errors.js.map