()
| 131 | * Get user data for GrowthBook (same as core data with analytics metadata). |
| 132 | */ |
| 133 | export function getUserForGrowthBook(): CoreUserData { |
| 134 | return getCoreUserData(true) |
| 135 | } |
| 136 | |
| 137 | function getEmail(): string | undefined { |
| 138 | // Return cached email if available (from async initialization) |