1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00

sms country code

This commit is contained in:
shimon 2024-04-07 18:20:42 +03:00
parent 7df94fcee6
commit 574035d638

View file

@ -196,7 +196,7 @@ const FUNCTION_ALLOWLIST_HEADERS_RESPONSE = ['content-type', 'content-length'];
const METRIC_TEAMS = 'teams';
const METRIC_USERS = 'users';
const METRIC_MESSAGES = 'messages';
const METRIC_MESSAGES_COUNTRY = '{countryCode}.messages';
const METRIC_MESSAGES_COUNTRY_CODE = '{countryCode}.messages';
const METRIC_SESSIONS = 'sessions';
const METRIC_DATABASES = 'databases';
const METRIC_COLLECTIONS = 'collections';