You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Pass through all event properties in Mixpanel tracking
The Firebase /track function was only passing limited properties to Mixpanel
(category, label), missing detailed survey data like mostImportant,
leastImportant, feature names, etc.
Updated to use object destructuring to pass through all frontend properties
while maintaining backward compatibility with existing events.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments