OpenTelemetryRealtimeClient.EnableSensitiveData Propiedad

Definición

Obtiene o establece un valor que indica si se debe incluir información potencialmente confidencial en la telemetría.

public:
 property bool EnableSensitiveData { bool get(); void set(bool value); };
public bool EnableSensitiveData { get; set; }
member this.EnableSensitiveData : bool with get, set
Public Property EnableSensitiveData As Boolean

Valor de propiedad

true si la información potencialmente confidencial debe incluirse en la telemetría; false si la telemetría no debe incluir entradas y salidas sin procesar. El valor predeterminado es false, a menos que la OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT variable de entorno esté establecida en "true" (sin distinción entre mayúsculas y minúsculas).

Se aplica a