jz
TTCTheo's Typesafe Cult
•Created by jz on 11/26/2023 in #questions
User event logging solution with T3 stack?
I'm building a pet project with the T3 stack and I want to log user events for debugging purposes. I want to know things like button views, clicks, time of the action, and other state of the app. It'd also be helpful to check user journeys and their completion rates. For example what % of users click a specific sequence of buttons.
It's a simple app with not a lot of users, so using something like snowflake is an overkill. Is there anything that's plug-and-play with vercel or planetscale?
Or do I have to implement my own logger by making another network request and saving it in my db?
6 replies