[[EventReporter]] is responsible to get an event, buffer and send events to the ingestion service endpoint.

Implements

Constructors

Methods

Constructors

Methods

  • Reports an event with a name, timestamp and any optional attributes.

    Parameters

    • _ts: number
    • _name: string
    • Optional_attributes: { [key: string]: string | number }

    Returns Promise<void>