When users log into our application, we set email and id of the user using:
Crashlytics.setUserIdentifier(id);
Crashlytics.setUserEmail(email);
But these credentials rarely occur in crash reports.
Is there anything specific about setting the credentials? Should we set them up with every app start or is there any other trick to it?
Thank you for any help.
Currently using Crashlytics library v2.5.1