I love Umami, but I wasn't a fan of how events were displayed for a specific session.
Umami's default event tracking shows events per session, but I wanted a story-like view of user interactions—
a way to see everything a user does on my site in one place.
- Added an API route to fetch detailed event data (Umami doesn’t expose this by default).
- Custom events now show all their properties, making it easier to track interactions.
You can run this fork using the prebuilt Docker image:
docker pull ghcr.io/arinji2/umami:latestOr check out the package here:
➡ GitHub Container Registry
detailed-events→ Contains all the modifications.main→ Kept empty to act as a gateway for easy updates from the original repo.