From dc92fb5073e8381c36bcc4db72b6278ac9b60c10 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Tue, 23 Jan 2018 16:14:31 -0600 Subject: [PATCH] feat: Sets the "product" field in the analytics handler constructor. --- react/features/analytics/functions.js | 1 + 1 file changed, 1 insertion(+) 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