Hi All,
I am using Mobile EUM(RUM) for tracking the performance and analytics based data. While monitoring the sessionized results (sessions > records), I can see all the information like Last Updated, Duration, Model, Device/Manufacturer, Connecti...
Hi All,
I am using the AppD in my mobile application. I tried to log the custom user data through the below lines from my code,
Instrumentation.setUserData("KEY_USER_ID", "UID12345");
Instrumentation.setUserData("KEY_USER_NAME", "Johnson");
I can...