chore(telemetry): stop sending gateway reconnect payloads to PostHog (#623)
This commit is contained in:
committed by
GitHub
Unverified
parent
1e7b40a486
commit
c04e3b5464
@@ -978,7 +978,7 @@ export class GatewayManager extends EventEmitter {
|
||||
};
|
||||
|
||||
trackMetric('gateway.reconnect', properties);
|
||||
captureTelemetryEvent('gateway_reconnect', properties);
|
||||
// Keep local metrics only; do not upload reconnect details to PostHog.
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user