If your application uses some form of user identification (for example, login, email address, phone number, device identifier), you can use this as user information about crashes. I suppose you can generate a user ID when your application is first launched and, for example, save it in the general settings. It will be shown in the upper right corner of the detailed crash view.
i.e. I set the id and name as soon as the user authenticates in my application.

Usually you want to install them as soon as possible (as your data arrives), and all information has been initialized.
source share