Skip to main content

ITelemetryLoggerPropertyBags Interface

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 ITelemetryLoggerPropertyBags

Properties

Property Alerts Modifiers Type Description
all Alpha optional ITelemetryLoggerPropertyBag
error Alpha optional ITelemetryLoggerPropertyBag

Property Details

all

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

all?: ITelemetryLoggerPropertyBag;

Type: ITelemetryLoggerPropertyBag

error

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

error?: ITelemetryLoggerPropertyBag;

Type: ITelemetryLoggerPropertyBag