Methods
flush()
Parameters
{ keepalive: boolean }
Returns
Promise<IngestBatchResponse | null>
identify()
Parameters
SessionIdentity
required
shutdown()
track()
Parameters
string
required
Record<string, unknown>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
flush(options?: { keepalive: boolean }): Promise<IngestBatchResponse | null>
Promise<IngestBatchResponse | null>
identify(identity: SessionIdentity): void
shutdown(): void
track(name: string, properties?: Record<string, unknown>): void