Skip to content

Commit

Permalink
Add expander ID to event name
Browse files Browse the repository at this point in the history
  • Loading branch information
timngyn committed Oct 4, 2023
1 parent 11c9892 commit fdb6807
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ export const trackExpanderOpen = (expanderId) => {
const opt = {
event: {
type: 'click',
name: 'ExpanderOpen',
expanderId
name: `ExpanderOpen.${expanderId}`
}
};

Expand Down

0 comments on commit fdb6807

Please sign in to comment.