Skip to content

Commit

Permalink
Merge pull request #115 from grafana/joey/remove-unused-feature-tracking
Browse files Browse the repository at this point in the history
Remove unused feature tracking
  • Loading branch information
joey-grafana authored Jul 30, 2024
2 parents 63727f0 + 24745de commit e0a7d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type UserEventActionType =
export const USER_EVENTS_ACTIONS = {
[USER_EVENTS_PAGES.starting_page]: {
metric_card_clicked: 'metric_card_clicked',
add_to_filters_clicked: 'add_to_filters_clicked',
analyze_traces_clicked: 'analyze_traces_clicked',
analyze_current: 'analyze_current',
group_by_changed: 'group_by_changed',
Expand Down

0 comments on commit e0a7d26

Please sign in to comment.