Skip to main content

ITelemetryErrorEventExt Interface

Error telemetry event.

This API is deprecated and will be removed in a future release.

This type is being removed without a replacement.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/telemetry-utils/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ITelemetryErrorEventExt extends ITelemetryPropertiesExt

Extends: ITelemetryPropertiesExt

Remarks

Maps to category = "error"

Properties

PropertyAlertsTypeDescription
eventNameBetastring

Property Details

eventName

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

eventName: string;

Type: string

See Also

Issue #26910 for details.