Skip to content
Snippets Groups Projects
Commit 6fd34e54 authored by timothycarambat's avatar timothycarambat
Browse files

disable PH people props

parent 4545ce24
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment