ITelemetryErrorEventExt Interface
Error telemetry event.
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
Property | Alerts | Type | Description |
---|---|---|---|
eventName | Alpha |
string |
Property Details
eventName
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/telemetry-utils/alpha
.
For more information about our API support guarantees, see here.
Signature
eventName: string;
Type: string