NTP-71625| rebase master

This commit is contained in:
aishwarya.srivastava
2025-06-11 12:36:33 +05:30
2 changed files with 0 additions and 4 deletions

View File

@@ -55,7 +55,6 @@ public class DeviceUtilsModule extends ReactContextBaseJavaModule {
private File imageFile;
private int WHATSAPP_SHARE_REQUEST_CODE = 12345;
public static String agentId = "";
public DeviceUtilsModule(@Nullable ReactApplicationContext reactContext) {
super(reactContext);
@@ -209,7 +208,6 @@ public class DeviceUtilsModule extends ReactContextBaseJavaModule {
if (isAlfredEnabledFromFirebase) {
AlfredManager.INSTANCE.getConfig$navi_alfred_release().setUserId(userId);
}
DeviceUtilsModule.agentId = (userId != null) ? userId : "";
PulseManager.INSTANCE.setUserId(userId);
}

View File

@@ -190,7 +190,6 @@ public class MainApplication extends Application implements ReactApplication, Ap
anrEventProperties.put("isNae", "true");
anrEventProperties.put("errorTitle", "Something went wrong");
anrEventProperties.put("vertical", "COLLECTIONS_FIELD");
anrEventProperties.put("sessionId", DeviceUtilsModule.agentId);
if (isAlfredEnabledFromFirebase && AlfredManager.INSTANCE.isAlfredRecordingEnabled()
&& alfredConfig.getAnrEnableStatus() && isAppInForeground()) {
@@ -222,7 +221,6 @@ public class MainApplication extends Application implements ReactApplication, Ap
crashEventProperties.put("isNae", "true");
crashEventProperties.put("errorTitle", "Something went wrong");
crashEventProperties.put("vertical", "COLLECTIONS_FIELD");
crashEventProperties.put("sessionId", DeviceUtilsModule.agentId);
if (isAlfredEnabledFromFirebase && AlfredManager.INSTANCE.isAlfredRecordingEnabled()
&& alfredConfig.getCrashEnableStatus() && isAppInForeground()) {