Skip to main content

TelemetryEventCategory TypeAlias

The categories FF uses when instrumenting the code.

generic - Informational log event

error - Error log event, ideally 0 of these are logged during a session

performance - Includes duration, and often has _start, _end, or _cancel suffixes for activity tracking

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

export type TelemetryEventCategory = "generic" | "error" | "performance";