feat: Sets the "product" field in the analytics handler constructor.

This commit is contained in:
Boris Grozev 2018-01-23 16:14:31 -06:00
parent 2478176f23
commit dc92fb5073
1 changed files with 1 additions and 0 deletions

View File

@ -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