/** * Anthropic 1P event logging egress is disabled in this build. * * Only the shutdown and feedback call sites still need a local stub. */ export async function shutdown1PEventLogging(): Promise { return } export function logEventTo1P( _eventName: string, _metadata: Record = {}, ): void { return }