diff --git a/react/features/analytics/functions.js b/react/features/analytics/functions.js index 355de7d0c..634a347a9 100644 --- a/react/features/analytics/functions.js +++ b/react/features/analytics/functions.js @@ -48,6 +48,7 @@ export function initAnalytics({ getState }: { getState: Function }) { const handlerConstructorOptions = { envType: (deploymentInfo && deploymentInfo.envType) || 'dev', group, + product: deploymentInfo && deploymentInfo.product, subproduct: deploymentInfo && deploymentInfo.environment, user: user && user.id, version: JitsiMeetJS.version