Просмотр исходного кода

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

master
Boris Grozev 7 лет назад
Родитель
Сommit
dc92fb5073
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      react/features/analytics/functions.js

+ 1
- 0
react/features/analytics/functions.js Просмотреть файл

@@ -48,6 +48,7 @@ export function initAnalytics({ getState }: { getState: Function }) {
48 48
     const handlerConstructorOptions = {
49 49
         envType: (deploymentInfo && deploymentInfo.envType) || 'dev',
50 50
         group,
51
+        product: deploymentInfo && deploymentInfo.product,
51 52
         subproduct: deploymentInfo && deploymentInfo.environment,
52 53
         user: user && user.id,
53 54
         version: JitsiMeetJS.version

Загрузка…
Отмена
Сохранить