so I am developing a full stack web app where we have a table that shows the list of users on the website and live activity of how long is the user on the website currently like a live session time and also we want to know when was the user on the website and for how long he stayed is this something possible through sentry although we are already using sentry for errors detection and its working perfectly there.
The user is developing a web app and wants to track live user activity and session times. They are considering using Sentry, which they already use for error detection, but are exploring if Supabase Realtime can fulfill this need. Another user mentions the presence feature in Realtime, which tracks client activity but not database-level activity.
What do you consider an active user? Realtime has a presence feature but it is from clients only and not on the DB.