diff --git a/ui/hooks/plausible.ts b/ui/hooks/plausible.ts index 9f412efa2..38e8ea20d 100644 --- a/ui/hooks/plausible.ts +++ b/ui/hooks/plausible.ts @@ -14,6 +14,7 @@ export function usePlausibleTracking() { props?: Record ) { const eventProps: Record = { + userEmail: auth?.email, organisationType: auth?.organisation?.type, organisationNom: auth?.organisation ? getOrganisationLabel(auth.organisation) : undefined, ...(currentPath ? { currentPath: currentPath } : {}),