diff --git a/app/src/main/java/com/tangem/tap/common/analytics/handlers/customerio/CustomerIoClient.kt b/app/src/main/java/com/tangem/tap/common/analytics/handlers/customerio/CustomerIoClient.kt index 834244e2ec..ddd534e938 100644 --- a/app/src/main/java/com/tangem/tap/common/analytics/handlers/customerio/CustomerIoClient.kt +++ b/app/src/main/java/com/tangem/tap/common/analytics/handlers/customerio/CustomerIoClient.kt @@ -4,6 +4,7 @@ import android.app.Application import io.customer.messagingpush.ModuleMessagingPushFCM import io.customer.sdk.CustomerIO import io.customer.sdk.CustomerIOBuilder +import io.customer.sdk.data.model.Region import timber.log.Timber /** @@ -25,6 +26,7 @@ internal class CustomerIoClient( applicationContext = application, cdpApiKey = cdpApiKey, ) + .region(Region.EU) .trackApplicationLifecycleEvents(false) .autoTrackActivityScreens(false) .addCustomerIOModule(ModuleMessagingPushFCM()) diff --git a/core/config-toggles/src/main/assets/configs/feature_toggles_config.json b/core/config-toggles/src/main/assets/configs/feature_toggles_config.json index 0b7760b0cf..7399fee331 100644 --- a/core/config-toggles/src/main/assets/configs/feature_toggles_config.json +++ b/core/config-toggles/src/main/assets/configs/feature_toggles_config.json @@ -58,6 +58,6 @@ }, { "name": "CUSTOMER_IO_ENABLED", - "version": "undefined" + "version": "5.35" } ]