Expand description
Shared types for the signals pipeline (product analytics + diagnostics).
These types are used by both forge-runtime (server-side collection) and
client packages (event serialization).
Structs§
- Breadcrumb
- User action breadcrumb for error reproduction.
- Client
Context - Shared client context sent alongside event batches.
- Client
Event - A single event from the client tracker.
- Diagnostic
Error - A single frontend error for diagnostics.
- Diagnostic
Report - Diagnostic error report from client.
- Identify
Payload - User identification payload.
- Page
View Payload - Page view event from client.
- Signal
Event - A single signal event ready for collection.
- Signal
Event Batch - Batch of events sent from client trackers.
- Signal
Response - Response from signal ingestion endpoints.
- UtmParams
- UTM campaign parameters for acquisition tracking.
Enums§
- Signal
Event Type - Event types tracked by the signals pipeline.