Skip to content

Commit 45b26f9

Browse files
committed
Add new Obs.js metrics to SpeedCurve
1 parent 444b60a commit 45b26f9

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

js/speedcurve.js

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,21 @@
1212

1313
// Keys we intend to send. Keep in sync with obs.js
1414
const keys = [
15+
'canShowRichMedia',
16+
'connectionCapability',
17+
'conservationPreference',
18+
'cpuBucket',
19+
'cpuCategory',
1520
'dataSaver',
16-
'rttBucket',
17-
'rttCategory',
21+
'deliveryMode',
22+
'deviceCapability',
1823
'downlinkBucket',
1924
'downlinkCategory',
20-
'downlinkMax',
21-
'batteryCritical',
22-
'batteryLow',
23-
'batteryCharging',
25+
'ramBucket',
26+
'ramCategory',
27+
'rttBucket',
28+
'rttCategory',
29+
'shouldAvoidRichMedia'
2430
];
2531

2632
for (const key of keys) {

0 commit comments

Comments
 (0)