Skip to main content

Module signals

Module signals 

Source
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.
ClientContext
Shared client context sent alongside event batches.
ClientEvent
A single event from the client tracker.
DiagnosticError
A single frontend error for diagnostics.
DiagnosticReport
Diagnostic error report from client.
IdentifyPayload
User identification payload.
PageViewPayload
Page view event from client.
SignalEvent
A single signal event ready for collection.
SignalEventBatch
Batch of events sent from client trackers.
SignalResponse
Response from signal ingestion endpoints.
UtmParams
UTM campaign parameters for acquisition tracking.

Enums§

SignalEventType
Event types tracked by the signals pipeline.