Add telemetry to measure usage of WebVR, independently of WebXR
Categories
(Core :: WebVR, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: kip, Assigned: daoshengmu)
References
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
2.67 KB,
text/plain
|
chutten
:
data-review+
|
Details |
We wish to add telemetry to help us determine usage of WebVR, which will be deprecated in favor of WebXR. We will use this telemetry to determine how long to leave WebVR enabled, giving developers sufficient time to migrate to WebXR, which will be enabled simultaneously.
Assignee | ||
Comment 1•5 years ago
|
||
I am going to work on this, I think this is a good practice for me to understand the recent desktop telemetry system.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
I think this is a right place to put our telemetry for identifying if a user uses WebVR or WebXR to enter the immersive mode. From my understanding, only presenting is our defined behavior of using WebVR/XR APIs.
I am trying to avoid some cases like CNN that they just include a JS framework and register VR events, but they do not actually enter the immersive mode.
Assignee | ||
Comment 4•5 years ago
|
||
:chutten, we would like to add a telemetry to help us determine the usage of WebVR and WebXR, and based on the telemetry result to help us determine when we can deprecate WebVR API from Gecko. Please help do the data review. Thanks.
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
(In reply to Chris H-C :chutten from comment #5)
Comment on attachment 9146569 [details]
data review request.txtPRELIMINARY NOTES:
In the list of proposed measurements please don't forget to name and
describe the measurements you're adding. For this instance I assumed
"WEBXR_API_MODE" and "Which API was used to enter immersive mode, and how
often". If this is incorrect, please provide a more correct and complete
list of names and descriptions of your measurements.
Sorry for I didn't see and write the proposed measurements description. Like you said, we wanna use "WEBXR_API_MODE" to know how users usee this two APIs and how often.
Comment 8•5 years ago
|
||
bugherder |
Description
•