Merge pull request #2410 from bgrozev/set-product
feat: Sets the "product" field in the analytics handler constructor.
This commit is contained in:
commit
e5e3c6c6c4
|
@ -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