Hi, I'm currently exploring the dashboard feature because we wanted to extract some useful data out of sentry related to user counts and usage time:
- Numbers of users by usage time percentile
- Users by application
- Users that used multiple applications
- Regular users. Usage over multiple days
I've managed to do the item number 2 on the list by counting unique user email in transactions but I cannot figure out a way to do the other items.
Is that something that is even possible to do with sentry dashboards?