Skip to main content

ITelemetryPropertiesExt TypeAlias

JSON-serializable properties, which will be logged with telemetry.

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

Signature

export type ITelemetryPropertiesExt = Record<string, TelemetryEventPropertyTypeExt | Tagged<TelemetryEventPropertyTypeExt>>;