Add logging

This commit is contained in:
khalid@traclabs.com
2026-05-06 21:58:28 -05:00
parent 176309131f
commit c182d34a66

View File

@@ -90,6 +90,7 @@ export async function sendSms(to: string, from: string, body: string): Promise<v
event: 'sms.send_error',
error: error.message,
status: error.response?.status,
responseData: error.response?.data,
}, 'SMS send error');
}
}