When seeing "User-1gf8d8ga" as the session User ID, it means that the user for this session was not identified.

In such cases, we generate a random username, in order to help you aggregate sessions by user.

In order to identify sessions and know which user used your app, please call the method setUserId.

See examples for using setUserId

Before calling setUserId it looks like this:

Before using setUserId

In order to identify your sessions, simply call setUserId

After calling setUserId it looks like that:

After user setUserId

For more information please read the SDK docs here: Identifying Your Users

Last updated on 2023-03-23