This commit is contained in:
Shankar Yadav
2022-04-14 20:43:36 +05:30
parent ba9fa647ca
commit 6d19094a4b
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ android {
dev {
applicationId "com.naviapp.dev"
dimension "app"
buildConfigField 'String', 'BASE_URL', formatString('https://qa-sa.navi.com/')
buildConfigField 'String', 'BASE_URL', formatString('https://dev-sa.navi.com/')
buildConfigField "String", "MOENGAGE_KEY", formatString('2PDJ4M6TDY7ADQ5N5LU48H9Y')
buildConfigField "String", "APPSFLYER_KEY", formatString('ua6cppJ9oQx7aPQPNyHrHA')
buildConfigField 'String', 'UXCAM_KEY', formatString('ddo6o2imqy6y3so')

View File

@@ -60,7 +60,7 @@ class UserDataViewModel(
private suspend fun sendDeviceDetails() {
analyticsTracker.deviceDetailsStartTime()
perfUtils.startNewRelicInteraction("post_device_details_start_time")
perfUtils.startNewRelicInteraction("post_device_details")
val context: Context = getApplication()
val gaId = PreferenceManager.getStringPreference(GOOGLE_ADVERTISING_ID)
val deviceDetail = DeviceDetail(
@@ -92,7 +92,7 @@ class UserDataViewModel(
)
val response = repository.updateFcmToken(deviceDetail)
analyticsTracker.deviceDetailsEndTime()
perfUtils.endInteraction("post_device_details_start_time", NaviAnalytics.LOAN_ELIGIBILITIY_LOADER)
perfUtils.endInteraction("post_device_details", NaviAnalytics.LOAN_ELIGIBILITIY_LOADER)
if (response.error == null && response.errors.isNullOrEmpty()) {
PreferenceManager.setLongPreference(
FCM_TOKEN_LAST_UPDATED_TIME,