Rename telemetry event category to 'extension.price_wise'

This commit is contained in:
Bianca Danforth 2018-10-31 15:22:03 -07:00
Родитель 16a8fa3791
Коммит 6bf71516aa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2C96DD7DB2A2D72D
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -86,7 +86,7 @@ We will be sending pings using [Event Telemetry](https://firefox-source-docs.moz
Each event will exist as part of the `main` ping under `payload.processes.dynamic.events` as an array in the `events` array (see Appendix B for how to view the events in `about:telemetry`). The data types of individual fields for each event follow the Event Telemetry [serialization format](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/collection/events.html#serialization-format).
The telemetry category for events is `'extension.price_alerts'`.
The telemetry category for events is `'extension.price_wise'`.
Below is a sample ping for the `badge_toolbar_button` and `visit_supported_site` events.
@ -103,7 +103,7 @@ Below is a sample ping for the `badge_toolbar_button` and `visit_supported_site`
"events": [
[
2079,
"extension.price_alerts",
"extension.price_wise",
"badge_toolbar_button",
"toolbar_button",
null,
@ -114,7 +114,7 @@ Below is a sample ping for the `badge_toolbar_button` and `visit_supported_site`
],
[
2081,
"extension.price_alerts",
"extension.price_wise",
"visit_supported_site",
"supported_site",
null,

Просмотреть файл

@ -11,7 +11,7 @@ import {shouldCollectTelemetry} from 'commerce/privacy';
import store from 'commerce/state';
import {getAllProducts} from 'commerce/state/products';
const CATEGORY = 'extension.price_alerts';
const CATEGORY = 'extension.price_wise';
const DEFAULT_EXTRAS = [
'tracked_prods',