Log a user action
void logUserAction(String action, [Map<String, dynamic>? context]) { logEvent('user_action', {'action': action, ...?context}); }