ITelemetryConfig Interface

Definition

Caution

Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.

[System.Obsolete("Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.", false)]
public interface ITelemetryConfig
[<System.Obsolete("Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.", false)>]
type ITelemetryConfig = interface
Public Interface ITelemetryConfig
Derived
Attributes

Remarks

This API is experimental and it may change in future versions of the library without an major version increment

Properties

AudienceType

Communicates which audience the telemetry is for (e.g. Production or Pre-Production) so that MSAL.NET can change sampling and filtering behavior.

DispatchAction

Implementers of the interface will receive this callback when telemetry data is available. The implementation should transfer the data in ITelemetryEventPayload to a specific telemetry uploader instance.

SessionId

ID for the telemetry session.

Applies to