1
0
Fork 0

For #3351 - Adds telemetry docs for the library

master
Jeff Boek 2019-06-11 09:20:54 -07:00
parent ab5aca14a6
commit ef86187f91
1 changed files with 43 additions and 0 deletions

View File

@ -524,4 +524,47 @@ tracking_protection</td>
</table>
</pre>
## qr_scanner
<pre>
<table style="width: 100%">
<tr>
<th>key</th>
<th>type</th>
<th>description</th>
<th>data deview</th>
<th>extras</th>
<th>expires</th>
</tr>
<tr>
<td>opened</td>
<td>event</td>
<td>A user opened the library</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242">link</a></td>
<td></td>
<td>2020-03-01</td>
</tr>
<tr>
<td>closed</td>
<td>event</td>
<td>A user closed the library</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242">link</a></td>
<td></td>
<td>2020-03-01</td>
</tr>
<tr>
<td>selected_item</td>
<td>event</td>
<td>A user selected a library item</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242">link</a></td>
<td>
<table>
<tr><td>item</td><td>The library item the user selected</td></tr>
</table>
</td>
<td>2020-03-01</td>
</tr>
</table>
</pre>
## Metrics