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

Revert "disable PH people props"

This reverts commit 6fd34e54.
parent 6fd34e54
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,7 @@ const Telemetry = {
const { client, distinctId: systemId } = await this.connect();
if (!client) return;
const distinctId = !!subUserId ? `${systemId}::${subUserId}` : systemId;
const properties = {
...eventProperties,
runtime: this.runtime(),
$process_person_profile: false,
};
const properties = { ...eventProperties, runtime: this.runtime() };
// 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.
Finish editing this message first!
Please register or to comment