diff --git a/jslib b/jslib index e27df6bc09..0b57d8b7f3 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit e27df6bc0999de121f4068d6859ea6e48322fd41 +Subproject commit 0b57d8b7f368ba4e90fe13ef8bf6662f3cfdd820 diff --git a/src/services/browserPlatformUtils.service.ts b/src/services/browserPlatformUtils.service.ts index 3fdf1efa0f..4f1dedda9c 100644 --- a/src/services/browserPlatformUtils.service.ts +++ b/src/services/browserPlatformUtils.service.ts @@ -55,6 +55,8 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService return ipRegex.test(ipString); } + identityClientId: string = 'browser'; + private deviceCache: DeviceType = null; private analyticsIdCache: string = null;