UNPKG

@cruxstack/browser-sdk

Version:

A lightweight, privacy-focused JavaScript SDK for web analytics and event tracking. Built with TypeScript, featuring automatic event capture, event-time environment snapshots, intelligent queuing, and robust error handling.

3 lines (2 loc) 151 B
import { EnvSnapshot } from '../../common/types'; export declare function captureEnvSnapshot(userId?: string, ipAddress?: string | null): EnvSnapshot;