mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
log
This commit is contained in:
parent
05a3417297
commit
91c1572318
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ class Messaging extends Action
|
|||
|
||||
private function sendInternalSMSMessage(Document $message, Document $project, array $recipients, Log $log): void
|
||||
{
|
||||
Span::add('providerType', 'sms');
|
||||
Span::add('recipientsCount', \count($recipients));
|
||||
|
||||
// Extract country codes from phone numbers
|
||||
|
|
|
|||
Loading…
Reference in a new issue