-
Notifications
You must be signed in to change notification settings - Fork 218
move telemetry computation off client #2030
Comments
|
@keianhzo It looks like we have bugs here [1] [2]. We should use index[0,1,2] instead of [1] FirefoxReality/app/src/common/shared/org/mozilla/vrbrowser/telemetry/TelemetryWrapper.java Lines 681 to 690 in 64da0a2
[2] FirefoxReality/app/src/common/shared/org/mozilla/vrbrowser/telemetry/TelemetryWrapper.java Lines 486 to 515 in 64da0a2
|
We have too much telemetry computation at the client side. Ideally, we would upload raw data to the data server and do the computation there.
related to #1420
The text was updated successfully, but these errors were encountered: