disable PH people props
This commit is contained in:
parent
4545ce24cd
commit
6fd34e5476
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user