Adding new exemption pings to metrics.md

This commit is contained in:
Jonathan Kingston 2017-05-25 17:00:54 +01:00
parent 4f6e91336f
commit bd72b4e759

View file

@ -220,7 +220,7 @@ of a `testpilottest` telemetry ping for each scenario.
} }
``` ```
* The user clicks "Take me there" to reload a site into a container after the user picked "Always Open in this Container". * The user clicks "Open in *assigned* container" to reload a site into a container after the user picked "Always Open in this Container".
```js ```js
{ {
@ -229,6 +229,15 @@ of a `testpilottest` telemetry ping for each scenario.
} }
``` ```
* The user clicks "Open in *Current* container" to reload a site into a container after the user picked "Always Open in this Container".
```js
{
"uuid": <uuid>,
"event": "click-to-reload-page-in-same-container"
}
```
* Firefox automatically reloads a site into a container after the user picked "Always Open in this Container". * Firefox automatically reloads a site into a container after the user picked "Always Open in this Container".
```js ```js