For #3351 - Adds error_page telemetry docs

nightly-build-test
Jeff Boek 5 years ago
parent ef86187f91
commit 35b83839e5

@ -524,7 +524,7 @@ tracking_protection</td>
</table>
</pre>
## qr_scanner
## library
<pre>
<table style="width: 100%">
@ -567,4 +567,31 @@ tracking_protection</td>
</table>
</pre>
## error_page
<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>visited_error</td>
<td>event</td>
<td>A user encountered an error page</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486">link</a></td>
<td>
<table>
<tr><td>error_type</td><td>The error type of the error page encountered</td></tr>
</table>
</td>
<td>2020-03-01</td>
</tr>
</table>
</pre>
## Metrics

Loading…
Cancel
Save