← Back to PRs

#23567: fix: add senderE164 and pushName to WhatsApp inbound log line

by svan058 open 2026-02-22 12:57 View on GitHub →
channel: whatsapp-web size: XS
## Summary Adds `senderE164` and `senderName` (from `msg.pushName`) to the WhatsApp inbound logger output. Both variables were already computed in scope but not included in the log object. ## Changes - Added `senderE164` field to inbound log (line 307) - Added `senderName` field to inbound log (line 308) This is a logging-only change with no impact on control flow or routing logic. Closes #23558 Made with [Cursor](https://cursor.com) <!-- greptile_comment --> <h3>Greptile Summary</h3> Adds `senderE164` and `senderName` fields to WhatsApp inbound message logger output. Both variables were already computed and used in the message object but were missing from the log statement. - Enhanced logging visibility for debugging and monitoring - No logic or control flow changes - Follows existing logging patterns <h3>Confidence Score: 5/5</h3> - This PR is safe to merge with no risk - This is a logging-only change that adds two already-computed variables to an info log statement. No control flow, business logic, or data handling is affected. The variables are used elsewhere in the same function, confirming they are valid and in scope. - No files require special attention <sub>Last reviewed commit: cd32e57</sub> <!-- greptile_other_comments_section --> <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> <!-- /greptile_comment -->

Most Similar PRs