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 | Beta |
optional |
ITelemetryLoggerPropertyBag | |
| error | Beta |
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;