mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1910976 - Correct browser.usage.interaction to use snake_case extra keys r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D218884
This commit is contained in:
parent
0b3afa508a
commit
ed1488cf4c
@ -946,8 +946,8 @@ export let BrowserUsageTelemetry = {
|
||||
|
||||
const extra = {
|
||||
source,
|
||||
widgetId: telemetryId(widgetId),
|
||||
flowId: this._flowId,
|
||||
widget_id: telemetryId(widgetId),
|
||||
flow_id: this._flowId,
|
||||
};
|
||||
Glean.browserUsage.interaction.record(extra);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user