feat: Sets the "product" field in the analytics handler constructor.
This commit is contained in:
parent
2478176f23
commit
dc92fb5073
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue