Problem Statement
I don't think the application UID is included in the properties reported by Sentry. This can be useful e.g. to figure out if an app is running in a work profile.
Solution Brainstorm
There are other APIs to get information about the current user profile (e.g. UserManager), but a lot of information can already be inferred just from the numeric UID.
Problem Statement
I don't think the application UID is included in the properties reported by Sentry. This can be useful e.g. to figure out if an app is running in a work profile.
Solution Brainstorm
There are other APIs to get information about the current user profile (e.g.
UserManager), but a lot of information can already be inferred just from the numeric UID.