0.0.50 • Published 8 months ago

@lateral-ai/telemetry v0.0.50

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Telemetry 📡

Seamlessly relay user interactions in your application to Lateral for analysis.

Installation

npm install @lateral-ai/telemetry

Initialization

Before using Telemetry, you need to initialize the library with your API key:

import { initTelemetry } from "@lateral-ai/telemetry";

initTelemetry({
  apiKey: "YOUR_API_KEY",
  userId: "CURRENT_USER_ID",
});

This initialization sets up event listeners to monitor user actions and reports them back to Lateral.

Usage

Once initialized, the telemetry client will automatically monitor user actions. You don't need to manually record events.

Support

For any issues or questions, please contact support or open an issue in this repository.

0.0.50

8 months ago

0.0.49

8 months ago

0.0.48

8 months ago