TelemetryChannel
Home > @gooddata/sdk-pluggable-application-model > TelemetryChannel
TelemetryChannel type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Telemetry channel determines which analytics pipeline receives the event.
Signature:
export type TelemetryChannel = "standard" | "ai";
Remarks
"standard"— default channel for general UI events. -"ai"— channel for AI-related events that require separate compliance handling.