Merge branch '1.8.x' into upgrade-utopia-queue

This commit is contained in:
Chirag Aggarwal 2026-02-04 11:22:23 +05:30 committed by GitHub
commit 49195e5d6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -201,8 +201,8 @@ class Messaging extends Action
$countryCodes[$countryCode] = ($countryCodes[$countryCode] ?? 0) + 1;
}
}
if (!empty($countryCodes)) {
Span::add('countryCodes', \json_encode($countryCodes));
foreach ($countryCodes as $code => $count) {
Span::add('countryCode_' . $code, $count);
}
}
@ -441,8 +441,8 @@ class Messaging extends Action
$countryCodes[$countryCode] = ($countryCodes[$countryCode] ?? 0) + 1;
}
}
if (!empty($countryCodes)) {
Span::add('countryCodes', \json_encode($countryCodes));
foreach ($countryCodes as $code => $count) {
Span::add('countryCode_' . $code, $count);
}
if ($this->adapter === null) {