Add logging
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user