[AAv2] Drop regionCode if we can't get a short code on Android (#9542)

* Drop regionCode if we can't get a short code on Android

* Add a debug metric
This commit is contained in:
Eric Bailey
2025-12-11 13:24:07 -06:00
committed by GitHub
parent 37a73b1755
commit 8d5b1c83cc
3 changed files with 39 additions and 9 deletions
+5
View File
@@ -598,6 +598,11 @@ export type MetricEvents = {
hasInitiatedPreviously: boolean
}
'ageAssurance:initDialogSubmit': {}
'ageAssurance:api:begin': {
platform: string
countryCode: string
regionCode?: string
}
'ageAssurance:initDialogError': {
code: string
}