mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
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:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user