|
|
@@ -95,6 +95,9 @@ export function initAnalytics({ getState }: { getState: Function }) {
|
|
95
|
95
|
permanentProperties.group = group;
|
|
96
|
96
|
}
|
|
97
|
97
|
|
|
|
98
|
+ // Report if user is using websocket
|
|
|
99
|
+ permanentProperties.websocket = navigator.product !== 'ReactNative' && typeof config.websocket === 'string';
|
|
|
100
|
+
|
|
98
|
101
|
// Optionally, include local deployment information based on the
|
|
99
|
102
|
// contents of window.config.deploymentInfo.
|
|
100
|
103
|
if (deploymentInfo) {
|