Maslo connects to your codebase to recommend what to track and creates event tags for Firebase.
Run this command in your repo to connect.
npx maslo-tags
See clear recommendations for what to track.
function Spaceship() {
return <div className='ship'>
🚀
</div>;
}
Apply the tags and view metrics in your dashboard.