Explore: Remove camel case from tracking labels (#56809)

* refactor: remove camel case from tracking labels

* refactor: remove camel case from tracking labels
This commit is contained in:
Laura Benz
2022-10-13 12:12:50 +02:00
committed by GitHub
parent efe214a293
commit b71e08ad59
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ export class AppWrapper extends React.Component<AppWrapperProps, AppWrapperState
navigationLogger('AppWrapper', false, 'rendering');
const commandPaletteActionSelected = (action: Action) => {
reportInteraction('commandPalette_action_selected', {
reportInteraction('command_palette_action_selected', {
actionId: action.id,
actionName: action.name,
});