disable PH people props

This commit is contained in:
timothycarambat 2025-02-17 09:43:18 -08:00
parent 4545ce24cd
commit 6fd34e5476

View File

@ -44,7 +44,11 @@ const Telemetry = {
const { client, distinctId: systemId } = await this.connect();
if (!client) return;
const distinctId = !!subUserId ? `${systemId}::${subUserId}` : systemId;
const properties = { ...eventProperties, runtime: this.runtime() };
const properties = {
...eventProperties,
runtime: this.runtime(),
$process_person_profile: false,
};
// Silence some events to keep logs from being too messy in production
// eg: Tool calls from agents spamming the logs.